Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::FlowTransition.
Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. The display name of the flow.
#flow
def flow() -> ::String
Returns
-
(::String) — Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>.
#flow=
def flow=(value) -> ::String
Parameter
-
value (::String) — Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>.
Returns
-
(::String) — Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>.