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

Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.

Attributes

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

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.GoogleCloudDialogflowCxV3TransitionCoverage{
    coverageScore: number() | nil,
    transitions:
      [
        GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition.t()
      ]
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.