Class: Google::Cloud::Dialogflow::CX::V3::Changelog
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Changelog
- 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
-
#action ⇒ ::String
The action of the change.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The timestamp of the change.
-
#display_name ⇒ ::String
The affected resource display name of the change.
-
#language_code ⇒ ::String
The affected language code of the change.
-
#name ⇒ ::String
The unique identifier of the changelog.
-
#resource ⇒ ::String
The affected resource name of the change.
-
#type ⇒ ::String
The affected resource type.
-
#user_email ⇒ ::String
Email address of the authenticated user.
Instance Attribute Details
#action ⇒ ::String
Returns 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.
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.
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.
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>
.
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.
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 |