Sha256: f9a7f7508fe01ea0afcd09388a4ca4b5724817e1ca44f4ce662d44231cb346bc
Contents?: true
Size: 869 Bytes
Versions: 38
Compression:
Stored size: 869 Bytes
Contents
# SunshineConversationsClient::TextMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'text'] **text** | **String** | The text content of the message. Optional only if actions are provided. | [optional] **actions** | [**Array<Action>**](Action.md) | Array of message actions. | [optional] **payload** | **String** | The payload of a [reply button](https://docs.smooch.io/guide/structured-messages/#reply-buttons) response message. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TextMessage.new(type: null, text: Hello!, actions: null, payload: null) ```
Version data entries
38 entries across 38 versions & 1 rubygems