Sha256: 419b8789a37ed13470c27ffdaf5560d1747f6537e62b7cffabc495719041faab
Contents?: true
Size: 647 Bytes
Versions: 47
Compression:
Stored size: 647 Bytes
Contents
# SunshineConversationsClient::IntegrationType ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integration_type** | **String** | The type of the integration to deliver the message to. Can be set to `none` if sending a [silent message](https://docs.smooch.io/guide/sending-messages/#silent-messages). Will return an error if the user does not have a client of that type attached to the conversation. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::IntegrationType.new(integration_type: whatsapp) ```
Version data entries
47 entries across 47 versions & 1 rubygems