Class: Google::Cloud::Dialogflow::CX::V3::Changelog

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

Changelogs represents a change made to a given agent.

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns The action of the change.

Returns:

  • (::String)

    The action of the change.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#create_time::Google::Protobuf::Timestamp

Returns The timestamp of the change.

Returns:



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#display_name::String

Returns The affected resource display name of the change.

Returns:

  • (::String)

    The affected resource display name of the change.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#language_code::String

Returns The affected language code of the change.

Returns:

  • (::String)

    The affected language code of the change.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#name::String

Returns The unique identifier of the changelog. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.

Returns:

  • (::String)

    The unique identifier of the changelog. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#resource::String

Returns The affected resource name of the change.

Returns:

  • (::String)

    The affected resource name of the change.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#type::String

Returns The affected resource type.

Returns:

  • (::String)

    The affected resource type.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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

#user_email::String

Returns Email address of the authenticated user.

Returns:

  • (::String)

    Email address of the authenticated user.



120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 120

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