Sha256: a2fed5aac1c06d4863af3995f532ad67d1ca826760aebcafa7ff99463035b989
Contents?: true
Size: 468 Bytes
Versions: 143
Compression:
Stored size: 468 Bytes
Contents
# UltracartClient::ConversationEventAddItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **agent_arn** | **String** | | [optional] | | **agent_name** | **String** | | [optional] | | **items** | [**Array<CartItem>**](CartItem.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventAddItem.new( agent_arn: null, agent_name: null, items: null ) ```
Version data entries
143 entries across 143 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.87.rc | docs/ConversationEventAddItem.md |
ultracart_api-4.0.86.rc | docs/ConversationEventAddItem.md |
ultracart_api-4.0.85.rc | docs/ConversationEventAddItem.md |