Class: Google::Cloud::Dialogflow::CX::V3::PlaybookTraceMetadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the playbook.

Returns:

  • (::String)

    Output only. The display name of the playbook.



83
84
85
86
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 83

class PlaybookTraceMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#playbook::String

Returns Required. The unique identifier of the playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

Returns:

  • (::String)

    Required. The unique identifier of the playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.



83
84
85
86
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 83

class PlaybookTraceMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end