Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1NluSettings

Settings related to NLU.

Inheritance
object
GoogleCloudDialogflowCxV3beta1NluSettings
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1NluSettings : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX