Class: Google::Cloud::Dialogflow::CX::V3::GetChangelogRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb

Overview

The request message for Changelogs.GetChangelog.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the changelog to get. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.

Returns:

  • (::String)

    Required. The name of the changelog to get. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.



88
89
90
91
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 88

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