Sha256: d12379838f1cdcdc76ea6870da92efdeba88846261ac718d10549ee314a963fd

Contents?: true

Size: 1.79 KB

Versions: 16

Compression:

Stored size: 1.79 KB

Contents

# SunshineConversationsClient::WhatsAppUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **String** | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] 
**default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.  | [optional] 
**hsm_fallback_language** | **String** | Specify a fallback language to use when sending WhatsApp message template using the short hand syntax. Defaults to en_US. See WhatsApp documentation for more info. | [optional] [default to 'en_US']
**account_id** | **String** | The business ID associated with the WhatsApp account. In combination with accountManagementAccessToken, it’s used for Message Template Reconstruction. | [optional] 
**account_management_access_token** | **String** | An access token associated with the accountId used to query the WhatsApp Account Management API. In combination with accountId, it’s used for Message Template Reconstruction. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::WhatsAppUpdate.new(display_name: My awesome integration,
                                 default_responder_id: null,
                                 hsm_fallback_language: null,
                                 account_id: your_whatsApp_account_id,
                                 account_management_access_token: your_access_token)
```


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.3.3 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.3.2 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.3.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.3.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.2.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.1.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-14.0.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-13.2.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-13.1.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-13.0.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.8.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.7.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.6.2 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.6.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.6.0 docs/WhatsAppUpdate.md