Class: Google::Cloud::Ces::V1::Omnichannel
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::Omnichannel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/omnichannel.rb
Overview
Represents an Omnichannel resource.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#etag ⇒ ::String
readonly
Output only.
-
#integration_config ⇒ ::Google::Cloud::Ces::V1::OmnichannelIntegrationConfig
Optional.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when the omnichannel resource was created.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. Human-readable description of the omnichannel resource.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name of the omnichannel resource.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String (readonly)
Returns Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#integration_config ⇒ ::Google::Cloud::Ces::V1::OmnichannelIntegrationConfig
Returns Optional. The integration config for the omnichannel resource.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The unique identifier of the omnichannel resource.
Format:
projects/{project}/locations/{location}/omnichannels/{omnichannel}.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when the omnichannel resource was last updated.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 49 class Omnichannel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |