Sha256: 1ae575ef7cc9052fa794674d039efc112c4fa319886f9bca1d121fe996932881
Contents?: true
Size: 1.08 KB
Versions: 44
Compression:
Stored size: 1.08 KB
Contents
# SunshineConversationsClient::MatchCriteriaWhatsapp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The channel type. | [default to 'whatsapp'] **integration_id** | **String** | The ID of the integration to link. Must match the provided type. | **primary** | **Boolean** | Flag indicating whether the client will become the primary for the target conversation once linking is complete. | [optional] [default to true] **phone_number** | **String** | The user’s phone number. It must contain the + prefix and the country code. Examples of valid phone numbers: +1 212-555-2368, +12125552368, +1 212 555 2368. Examples of invalid phone numbers: 212 555 2368, 1 212 555 2368. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MatchCriteriaWhatsapp.new(type: null, integration_id: 582dedf230e788746891281a, primary: null, phone_number: +15550001234) ```
Version data entries
44 entries across 44 versions & 1 rubygems