# UltracartClient::ConversationStartResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation** | [**Conversation**](Conversation.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationStartResponse.new( conversation: null ) ```