Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowV2beta1ConversationEvent

import type { GoogleCloudDialogflowV2beta1ConversationEvent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1ConversationEvent {
conversation?: string;
errorStatus?: GoogleRpcStatus;
type?:
| "TYPE_UNSPECIFIED"
| "CONVERSATION_STARTED"
| "CONVERSATION_FINISHED"
| "HUMAN_INTERVENTION_NEEDED"
| "NEW_MESSAGE"
| "NEW_RECOGNITION_RESULT"
| "UNRECOVERABLE_ERROR";
}

§Properties

§
conversation?: string
[src]
§
type?: "TYPE_UNSPECIFIED" | "CONVERSATION_STARTED" | "CONVERSATION_FINISHED" | "HUMAN_INTERVENTION_NEEDED" | "NEW_MESSAGE" | "NEW_RECOGNITION_RESULT" | "UNRECOVERABLE_ERROR"
[src]