GoogleCloudDialogflowV2beta1QueryResult
import type { GoogleCloudDialogflowV2beta1QueryResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1QueryResult {
action?: string;
allRequiredParamsPresent?: boolean;
cancelsSlotFilling?: boolean;
diagnosticInfo?: {};
[key: string]: any;
fulfillmentMessages?: GoogleCloudDialogflowV2beta1IntentMessage[];
fulfillmentText?: string;
intent?: GoogleCloudDialogflowV2beta1Intent;
intentDetectionConfidence?: number;
knowledgeAnswers?: GoogleCloudDialogflowV2beta1KnowledgeAnswers;
languageCode?: string;
outputContexts?: GoogleCloudDialogflowV2beta1Context[];
parameters?: {};
[key: string]: any;
queryText?: string;
sentimentAnalysisResult?: GoogleCloudDialogflowV2beta1SentimentAnalysisResult;
speechRecognitionConfidence?: number;
webhookPayload?: {};
[key: string]: any;
webhookSource?: string;
}§Properties
§
fulfillmentMessages?: GoogleCloudDialogflowV2beta1IntentMessage[]
[src]§
knowledgeAnswers?: GoogleCloudDialogflowV2beta1KnowledgeAnswers
[src]§
outputContexts?: GoogleCloudDialogflowV2beta1Context[]
[src]§
sentimentAnalysisResult?: GoogleCloudDialogflowV2beta1SentimentAnalysisResult
[src]