Class: Google::Cloud::Ces::V1::Omnichannel

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the omnichannel resource was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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