Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::FlowInvocation.
Stores metadata of the invocation of a CX 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/<AgentID>/flows/<FlowID>.
#flow=
def flow=(value) -> ::String
Parameter
-
value (::String) — Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
Returns
-
(::String) — Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
#flow_state
def flow_state() -> ::Google::Cloud::Dialogflow::CX::V3::OutputState
Returns
- (::Google::Cloud::Dialogflow::CX::V3::OutputState) — Required. Flow invocation's output state.
#flow_state=
def flow_state=(value) -> ::Google::Cloud::Dialogflow::CX::V3::OutputState
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::OutputState) — Required. Flow invocation's output state.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::OutputState) — Required. Flow invocation's output state.