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

GoogleCloudDialogflowV3alpha1TurnSignals

import type { GoogleCloudDialogflowV3alpha1TurnSignals } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV3alpha1TurnSignals {
agentEscalated?: boolean;
dtmfUsed?: boolean;
failureReasons?: "FAILURE_REASON_UNSPECIFIED" | "FAILED_INTENT" | "FAILED_WEBHOOK"[];
noMatch?: boolean;
noUserInput?: boolean;
reachedEndPage?: boolean;
sentimentMagnitude?: number;
sentimentScore?: number;
triggeredAbandonmentEvent?: boolean;
userEscalated?: boolean;
webhookStatuses?: string[];
}

§Properties

§
agentEscalated?: boolean
[src]
§
dtmfUsed?: boolean
[src]
§
failureReasons?: "FAILURE_REASON_UNSPECIFIED" | "FAILED_INTENT" | "FAILED_WEBHOOK"[]
[src]
§
noMatch?: boolean
[src]
§
noUserInput?: boolean
[src]
§
reachedEndPage?: boolean
[src]
§
sentimentMagnitude?: number
[src]
§
sentimentScore?: number
[src]
§
triggeredAbandonmentEvent?: boolean
[src]
§
userEscalated?: boolean
[src]
§
webhookStatuses?: string[]
[src]