Sha256: f50843d4cc60d2bc4fbd9c9335a54837b479a08a904d3cba68c337b19c714173
Contents?: true
Size: 563 Bytes
Versions: 188
Compression:
Stored size: 563 Bytes
Contents
# UltracartClient::ConversationStartRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **add_conversation_participant_arns** | **Array<String>** | | [optional] | | **conversation_arn** | **String** | | [optional] | | **conversation_webchat_queue_uuid** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationStartRequest.new( add_conversation_participant_arns: null, conversation_arn: null, conversation_webchat_queue_uuid: null ) ```
Version data entries
188 entries across 188 versions & 1 rubygems