View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage (google_api_dialogflow v0.88.3)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }