Class GoogleCloudDialogflowCxV3NluSettings
Inheritance
GoogleCloudDialogflowCxV3NluSettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3NluSettings : 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