Class GoogleCloudDialogflowCxV3beta1NluSettings
Inheritance
GoogleCloudDialogflowCxV3beta1NluSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1NluSettings : IDirectResponseSchema
Properties
ClassificationThreshold
Declaration
[JsonProperty("classificationThreshold")]
public virtual float? ClassificationThreshold { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ModelTrainingMode
Declaration
[JsonProperty("modelTrainingMode")]
public virtual string ModelTrainingMode { get; set; }
Property Value
ModelType
Declaration
[JsonProperty("modelType")]
public virtual string ModelType { get; set; }
Property Value
Implements