Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 3.63 KB

ConversationWebsocketMessage.md

File metadata and controls

89 lines (54 loc) · 3.63 KB

UltraCartRestApiV2.ConversationWebsocketMessage

Properties

Name Type Description Notes
conversation_arn String Conversation ARN [optional]
conversation_uuid String Conversation UUID if the websocket message is tied to a specific conversation [optional]
event_add_coupon ConversationEventAddCoupon [optional]
event_add_item ConversationEventAddItem [optional]
event_conversation_closed ConversationSummary [optional]
event_engage_customer ConversationWebchatQueueStatusQueueEntry [optional]
event_new_conversation ConversationSummary [optional]
event_new_message ConversationSummary [optional]
event_participant_join ConversationSummary [optional]
event_participant_join_participant ConversationParticipant [optional]
event_participant_left ConversationSummary [optional]
event_participant_left_participant ConversationParticipant [optional]
event_participant_update ConversationSummary [optional]
event_queue_new_member ConversationWebchatQueueStatusQueueEntry [optional]
event_queue_position ConversationEventQueuePosition [optional]
event_queue_status_update ConversationWebchatQueueStatus [optional]
event_read_message ConversationEventReadMessage [optional]
event_rrweb ConversationEventRRWeb [optional]
event_type String Type of event [optional]
event_typing ConversationEventTyping [optional]
event_updated_message ConversationMessage [optional]
event_webchat_context ConversationEventWebchatContext [optional]
message ConversationMessage [optional]
type String Type of message [optional]

Enum: EventTypeEnum

  • queue_position (value: "queue position")

  • webchat_start_conversation (value: "webchat start conversation")

  • conversation_closed (value: "conversation closed")

  • new_conversation (value: "new conversation")

  • new_message (value: "new message")

  • updated_message (value: "updated message")

  • queue_status_update (value: "queue status update")

  • rrweb (value: "rrweb")

  • participant_update (value: "participant update")

  • participant_join (value: "participant join")

  • participant_left (value: "participant left")

  • read_message (value: "read message")

  • typing (value: "typing")

  • add_coupon (value: "add coupon")

  • add_item (value: "add item")

  • webchat_context (value: "webchat context")

  • engage_customer (value: "engage customer")

  • queue_new_member (value: "queue new member")

Enum: TypeEnum

  • message (value: "message")

  • event (value: "event")

  • ping (value: "ping")

  • check_queue_position (value: "check queue position")