Sha256: 2b7de04be7febb239eab958f9cf7dc410dd6824f1348843bfcf137ecdedadc0a
Contents?: true
Size: 739 Bytes
Versions: 131
Compression:
Stored size: 739 Bytes
Contents
# UltracartClient::ConversationEngagementResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_engagement** | [**ConversationEngagement**](ConversationEngagement.md) | | [optional] | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEngagementResponse.new( conversation_engagement: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
131 entries across 131 versions & 1 rubygems