Class: Google::Cloud::Ces::V1::OmnichannelIntegrationConfig::CesAppConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::OmnichannelIntegrationConfig::CesAppConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/omnichannel.rb
Overview
Configs for CES app.
Instance Attribute Summary collapse
-
#app ⇒ ::String
The unique identifier of the CES app.
Instance Attribute Details
#app ⇒ ::String
Returns The unique identifier of the CES app.
Format: projects/{project}/locations/{location}/apps/{app}.
119 120 121 122 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 119 class CesAppConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |