View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode (google_api_dialogflow v0.88.3)
The source or target of a transition.
Attributes
-
flow
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Flow.t
, default:nil
) - Indicates a transition to a Flow. Only some fields such as name and displayname will be set. -
page
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t
, default:nil
) - Indicates a transition to a Page. Only some fields such as name and displayname will be set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode{ flow: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Flow.t() | nil, page: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t() | nil }