GoogleCloudDialogflowV2beta1StreamingRecognitionResult
import type { GoogleCloudDialogflowV2beta1StreamingRecognitionResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1StreamingRecognitionResult {
confidence?: number;
dtmfDigits?: GoogleCloudDialogflowV2beta1TelephonyDtmfEvents;
isFinal?: boolean;
languageCode?: string;
messageType?:
| "MESSAGE_TYPE_UNSPECIFIED"
| "TRANSCRIPT"
| "END_OF_SINGLE_UTTERANCE"
| "DTMF_DIGITS"
| "PARTIAL_DTMF_DIGITS";
speechEndOffset?: number;
speechWordInfo?: GoogleCloudDialogflowV2beta1SpeechWordInfo[];
stability?: number;
transcript?: string;
}