| 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. Will return an error if the user does not have a client of that type attached to the conversation. | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::IntegrationType.new(
integration_type: whatsapp
)