GoogleCloudDialogflowCxV3QueryResult
import type { GoogleCloudDialogflowCxV3QueryResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3QueryResult {
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings;
allowAnswerFeedback?: boolean;
currentFlow?: GoogleCloudDialogflowCxV3Flow;
currentPage?: GoogleCloudDialogflowCxV3Page;
dataStoreConnectionSignals?: GoogleCloudDialogflowCxV3DataStoreConnectionSignals;
diagnosticInfo?: {};
[key: string]: any;
intent?: GoogleCloudDialogflowCxV3Intent;
intentDetectionConfidence?: number;
languageCode?: string;
match?: GoogleCloudDialogflowCxV3Match;
parameters?: {};
[key: string]: any;
responseMessages?: GoogleCloudDialogflowCxV3ResponseMessage[];
sentimentAnalysisResult?: GoogleCloudDialogflowCxV3SentimentAnalysisResult;
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
webhookPayloads?: {}[];
[key: string]: any;
webhookStatuses?: GoogleRpcStatus[];
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings
[src]§
currentFlow?: GoogleCloudDialogflowCxV3Flow
[src]§
currentPage?: GoogleCloudDialogflowCxV3Page
[src]§
dataStoreConnectionSignals?: GoogleCloudDialogflowCxV3DataStoreConnectionSignals
[src]§
responseMessages?: GoogleCloudDialogflowCxV3ResponseMessage[]
[src]§
sentimentAnalysisResult?: GoogleCloudDialogflowCxV3SentimentAnalysisResult
[src]§
webhookStatuses?: GoogleRpcStatus[]
[src]