Sha256: 737c7384fa689cbef80d97c39bab04d963403b61cc4aaaaf354e2fb1902d38a6
Contents?: true
Size: 665 Bytes
Versions: 12
Compression:
Stored size: 665 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TextMessage.new(type: null, text: Hello!, actions: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems