SunshineConversationsClient::ConversationResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
conversationConversationThe conversation.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationResponse.new(
  conversation: null
)