Class GoogleCloudDialogflowCxV3NluSettings
Settings related to NLU.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3NluSettings : IDirectResponseSchema
Properties
ClassificationThreshold
To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.
Declaration
[JsonProperty("classificationThreshold")]
public virtual float? ClassificationThreshold { 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 |
ModelTrainingMode
Indicates NLU model training mode.
Declaration
[JsonProperty("modelTrainingMode")]
public virtual string ModelTrainingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelType
Indicates the type of NLU model.
Declaration
[JsonProperty("modelType")]
public virtual string ModelType { get; set; }
Property Value
Type | Description |
---|---|
string |