google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ValidationError View Source

Represents a single validation error.

Attributes

  • entries (type: list(String.t), default: nil) - The names of the entries that the error is associated with. Format:

    • "projects//agent", if the error is associated with the entire agent.
    • "projects//agent/intents/", if the error is associated with certain intents.
    • "projects//agent/intents//trainingPhrases/", if the error is associated with certain intent training phrases.
    • "projects//agent/intents//parameters/", if the error is associated with certain intent parameters.
    • "projects//agent/entities/", if the error is associated with certain entities.
  • errorMessage (type: String.t, default: nil) - The detailed error messsage.

  • severity (type: String.t, default: nil) - The severity of the error.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ValidationError{
  entries: [String.t()],
  errorMessage: String.t(),
  severity: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.