Sha256: 9a1f37a4e257bd34a73985f480c46dea980ac387c992f5b64b0aa8776387ef51
Contents?: true
Size: 702 Bytes
Versions: 7
Compression:
Stored size: 702 Bytes
Contents
# UltracartClient::Conversation ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_arn** | **String** | | [optional] | | **conversation_uuid** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **messages** | [**Array<ConversationMessage>**](ConversationMessage.md) | | [optional] | | **participants** | [**Array<ConversationParticipant>**](ConversationParticipant.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::Conversation.new( conversation_arn: null, conversation_uuid: null, merchant_id: null, messages: null, participants: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems