Class: Google::Cloud::Dialogflow::CX::V3::FlowTraceMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::FlowTraceMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/trace.rb
Overview
Metadata of the flow trace.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#flow ⇒ ::String
Required.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the flow.
97 98 99 100 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 97 class FlowTraceMetadata 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>.
97 98 99 100 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 97 class FlowTraceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |