GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition (google_api_dialogflow v0.73.0) View Source
A transition in a page.
Attributes
-
covered(type:boolean(), default:nil) - Whether or not the transition is covered by at least one of the agent's test cases. -
eventHandler(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EventHandler.t, default:nil) - Event handler. -
index(type:integer(), default:nil) - The index of a transition in the transition list. Starting from 0. -
source(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t, default:nil) - The start node of a transition. -
target(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t, default:nil) - The end node of a transition. -
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.GoogleCloudDialogflowCxV3TransitionCoverageTransition{
covered: boolean() | nil,
eventHandler:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EventHandler.t()
| nil,
index: integer() | nil,
source:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t()
| nil,
target:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t()
| nil,
transitionRoute:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.