GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition (google_api_dialogflow v0.73.0) View Source
A transition coverage in a transition route group.
Attributes
-
covered(type:boolean(), default:nil) - Whether or not the transition route is covered by at least one of the agent's test cases. -
transitionRoute(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t, default:nil) - Intent route or condition route.
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.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition{
covered: boolean() | nil,
transitionRoute:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.