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

GoogleCloudDialogflowCxV3beta1LanguageInfo

import type { GoogleCloudDialogflowCxV3beta1LanguageInfo } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents the language information of the request.

interface GoogleCloudDialogflowCxV3beta1LanguageInfo {
confidenceScore?: number;
inputLanguageCode?: string;
resolvedLanguageCode?: string;
}

§Properties

§
confidenceScore?: number
[src]

The confidence score of the detected language between 0 and 1.

§
inputLanguageCode?: string
[src]

The language code specified in the original request.

§
resolvedLanguageCode?: string
[src]

The language code detected for this request based on the user conversation.