GoogleCloudDialogflowV2beta1ConversationEvent
import type { GoogleCloudDialogflowV2beta1ConversationEvent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1ConversationEvent {
conversation?: string;
errorStatus?: GoogleRpcStatus;
newMessagePayload?: GoogleCloudDialogflowV2beta1Message;
newRecognitionResultPayload?: GoogleCloudDialogflowV2beta1StreamingRecognitionResult;
type?:
} | "TYPE_UNSPECIFIED"
| "CONVERSATION_STARTED"
| "CONVERSATION_FINISHED"
| "HUMAN_INTERVENTION_NEEDED"
| "NEW_MESSAGE"
| "NEW_RECOGNITION_RESULT"
| "UNRECOVERABLE_ERROR";
§Properties
§
errorStatus?: GoogleRpcStatus
[src]§
newMessagePayload?: GoogleCloudDialogflowV2beta1Message
[src]§
newRecognitionResultPayload?: GoogleCloudDialogflowV2beta1StreamingRecognitionResult
[src]