View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage (google_api_dialogflow v0.88.3)

Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.

Attributes

  • coverageScore (type: number(), default: nil) - The percent of intents in the agent that are covered.
  • intents (type: list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverageIntent.t), default: nil) - The list of Intents present in the agent

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage{
  coverageScore: number() | nil,
  intents:
    [
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverageIntent.t()
    ]
    | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.