Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode.
The source or target of a transition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow
def flow() -> ::Google::Cloud::Dialogflow::CX::V3::Flow
-
(::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
flow
,page
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#flow=
def flow=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Flow
-
value (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
flow
,page
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
flow
,page
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#page
def page() -> ::Google::Cloud::Dialogflow::CX::V3::Page
-
(::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
page
,flow
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#page=
def page=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Page
-
value (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
page
,flow
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page.
Only some fields such as name and displayname will be set.
Note: The following fields are mutually exclusive:
page
,flow
. If a field in that set is populated, all other fields in the set will automatically be cleared.