GoogleCloudDialogflowV2beta1DialogflowAssistAnswer
import type { GoogleCloudDialogflowV2beta1DialogflowAssistAnswer } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1DialogflowAssistAnswer {
answerRecord?: string;
intentSuggestion?: GoogleCloudDialogflowV2beta1IntentSuggestion;
queryResult?: GoogleCloudDialogflowV2beta1QueryResult;
}§Properties
§
intentSuggestion?: GoogleCloudDialogflowV2beta1IntentSuggestion
[src]§
queryResult?: GoogleCloudDialogflowV2beta1QueryResult
[src]