GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition (google_api_dialogflow v0.89.0)
View SourceA transition in a page.
Attributes
-
covered(type:boolean(), default:nil) - Whether 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }