View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3NluSettings (google_api_dialogflow v0.74.0)

Settings related to NLU.

Attributes

  • classificationThreshold (type: number(), default: nil) - 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.
  • modelTrainingMode (type: String.t, default: nil) - Indicates NLU model training mode.
  • modelType (type: String.t, default: nil) - Indicates the type of NLU model.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3NluSettings{
  classificationThreshold: number() | nil,
  modelTrainingMode: String.t() | nil,
  modelType: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.