Class GoogleCloudDialogflowCxV3LanguageInfo
Represents the language information of the request.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3LanguageInfo : 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 |