SunshineConversationsClient::ConversationTypingEventAllOfPayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation in which the activity was sent. | [optional] |
| activity | ConversationTypingEventAllOfPayloadActivity | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationTypingEventAllOfPayload.new(
conversation: null,
activity: null
)