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
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
#flow=
def flow=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Flow
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
#page
def page() -> ::Google::Cloud::Dialogflow::CX::V3::Page
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.
#page=
def page=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Page
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.