Class: Google::Cloud::Dialogflow::CX::V3::FlowTraceMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the flow.

Returns:

  • (::String)

    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>.

Returns:

  • (::String)

    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