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

Version Path
sunshine-conversations-client-14.1.0 docs/Confirmation.md
sunshine-conversations-client-14.0.0 docs/Confirmation.md
sunshine-conversations-client-13.2.0 docs/Confirmation.md
sunshine-conversations-client-13.1.0 docs/Confirmation.md
sunshine-conversations-client-13.0.0 docs/Confirmation.md
sunshine-conversations-client-12.8.0 docs/Confirmation.md
sunshine-conversations-client-12.7.0 docs/Confirmation.md
sunshine-conversations-client-12.6.2 docs/Confirmation.md
sunshine-conversations-client-12.6.1 docs/Confirmation.md
sunshine-conversations-client-12.6.0 docs/Confirmation.md
sunshine-conversations-client-12.5.1 docs/Confirmation.md
sunshine-conversations-client-12.4.0 docs/Confirmation.md
sunshine-conversations-client-12.3.1 docs/Confirmation.md
sunshine-conversations-client-12.3.0 docs/Confirmation.md
sunshine-conversations-client-12.2.2 docs/Confirmation.md
sunshine-conversations-client-12.2.0 docs/Confirmation.md
sunshine-conversations-client-12.1.0 docs/Confirmation.md
sunshine-conversations-client-12.0.0 docs/Confirmation.md
sunshine-conversations-client-11.0.0 docs/Confirmation.md
sunshine-conversations-client-10.0.1 docs/Confirmation.md