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

The agent's intent.

Attributes

  • covered (type: boolean(), default: nil) - Whether or not the intent is covered by at least one of the agent's test cases.
  • intent (type: String.t, default: nil) - The intent full resource name

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.GoogleCloudDialogflowCxV3IntentCoverageIntent{
    covered: boolean() | nil,
    intent: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.