Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1LanguageInfo

Represents the language information of the request.

Inheritance
object
GoogleCloudDialogflowCxV3beta1LanguageInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LanguageInfo : IDirectResponseSchema

Properties

ConfidenceScore

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

Declaration
[JsonProperty("confidenceScore")]
public virtual float? ConfidenceScore { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputLanguageCode

The language code specified in the original request.

Declaration
[JsonProperty("inputLanguageCode")]
public virtual string InputLanguageCode { get; set; }
Property Value
Type Description
string

ResolvedLanguageCode

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

Declaration
[JsonProperty("resolvedLanguageCode")]
public virtual string ResolvedLanguageCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX