Sha256: 1cef67feb746a9c67569443aba8ef8ecb56f8bc26a5bc0bc5aa0936196c32ff2
Contents?: true
Size: 708 Bytes
Versions: 44
Compression:
Stored size: 708 Bytes
Contents
# SunshineConversationsClient::Confirmation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of confirmation. | **message** | [**MessagePost**](MessagePost.md) | The message used to reach out to the user, if desired. Messages sent via this method can only be of type text and image. If actions are included they can only be of type link. The confirmation message will not be added to the user’s conversation. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Confirmation.new(type: null, message: null) ```
Version data entries
44 entries across 44 versions & 1 rubygems