Class: Google::Apis::CesV1::OmnichannelIntegrationConfigChannelConfig
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::OmnichannelIntegrationConfigChannelConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
ChannelConfig contains config for various of app integration.
Instance Attribute Summary collapse
-
#whatsapp_config ⇒ Google::Apis::CesV1::OmnichannelIntegrationConfigWhatsappConfig
How Omnichannel should receive/reply events from WhatsApp.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OmnichannelIntegrationConfigChannelConfig
constructor
A new instance of OmnichannelIntegrationConfigChannelConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OmnichannelIntegrationConfigChannelConfig
Returns a new instance of OmnichannelIntegrationConfigChannelConfig.
5073 5074 5075 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5073 def initialize(**args) update!(**args) end |
Instance Attribute Details
#whatsapp_config ⇒ Google::Apis::CesV1::OmnichannelIntegrationConfigWhatsappConfig
How Omnichannel should receive/reply events from WhatsApp.
Corresponds to the JSON property whatsappConfig
5071 5072 5073 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5071 def whatsapp_config @whatsapp_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5078 5079 5080 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5078 def update!(**args) @whatsapp_config = args[:whatsapp_config] if args.key?(:whatsapp_config) end |