Sha256: 5d131c4a4ed28358f3b672a3220e1f43b5884226160277d9f26d06ccad08b312
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
# UltracartClient::ConversationStartResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_arn** | **String** | | [optional] | | **conversation_uuid** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationStartResponse.new( conversation_arn: null, conversation_uuid: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.37.rc | docs/ConversationStartResponse.md |
ultracart_api-4.0.36.rc | docs/ConversationStartResponse.md |
ultracart_api-4.0.35.rc | docs/ConversationStartResponse.md |