Sha256: 7e483a04e44a6867158bab4b85154d8cebba49f9b289f60e83cb2baa796bb160
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
# UltracartClient::ConversationWebsocketMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_uuid** | **String** | Conversation UUID if the websocket message is tied to a specific conversation | [optional] | | **event_conversation_closed** | [**ConversationSummary**](ConversationSummary.md) | | [optional] | | **event_new_conversation** | [**ConversationSummary**](ConversationSummary.md) | | [optional] | | **event_new_message** | [**ConversationSummary**](ConversationSummary.md) | | [optional] | | **event_queue_position** | [**ConversationEventQueuePosition**](ConversationEventQueuePosition.md) | | [optional] | | **event_type** | **String** | Type of event | [optional] | | **event_updated_message** | [**ConversationMessage**](ConversationMessage.md) | | [optional] | | **message** | [**ConversationMessage**](ConversationMessage.md) | | [optional] | | **type** | **String** | Type of message | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationWebsocketMessage.new( conversation_uuid: null, event_conversation_closed: null, event_new_conversation: null, event_new_message: null, event_queue_position: null, event_type: null, event_updated_message: null, message: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.42.rc | docs/ConversationWebsocketMessage.md |