GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage (google_api_dialogflow v0.72.0) View Source
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
Unwrap a decoded JSON object into its complex fields.