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

Coverage result message for one transition route group.

Attributes

  • coverageScore (type: number(), default: nil) - The percent of transition routes in the transition route group that are covered.
  • routeGroup (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroup.t, default: nil) - Transition route group metadata. Only name and displayName will be set.
  • transitions (type: list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition.t), default: nil) - The list of transition routes and coverage in the transition route group.

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.