Class: Google::Cloud::Dialogflow::CX::V3::FlowInvocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::FlowInvocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/trace.rb
Overview
Stores metadata of the invocation of a CX flow.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#flow ⇒ ::String
Required.
-
#flow_state ⇒ ::Google::Cloud::Dialogflow::CX::V3::OutputState
Required.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the flow.
242 243 244 245 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 242 class FlowInvocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flow ⇒ ::String
Returns Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
242 243 244 245 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 242 class FlowInvocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flow_state ⇒ ::Google::Cloud::Dialogflow::CX::V3::OutputState
Returns Required. Flow invocation's output state.
242 243 244 245 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 242 class FlowInvocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |