Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::FlowInvocation (v1.11.0)

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

#flow_state=

def flow_state=(value) -> ::Google::Cloud::Dialogflow::CX::V3::OutputState
Parameter
Returns