Sha256: 9451852555dc3e1295a3e57be9e55efcbea78fa7e8a9067a87cc91c75db7945c
Contents?: true
Size: 1.14 KB
Versions: 50
Compression:
Stored size: 1.14 KB
Contents
# SunshineConversationsClient::WhatsAppUpdateAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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::WhatsAppUpdateAllOf.new(hsm_fallback_language: null, account_id: your_whatsApp_account_id, account_management_access_token: your_access_token) ```
Version data entries
50 entries across 50 versions & 1 rubygems