View source: R/connect_operations.R
connect_send_chat_integration_event | R Documentation |
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:
See https://www.paws-r-sdk.com/docs/connect_send_chat_integration_event/ for full documentation.
connect_send_chat_integration_event(
SourceId,
DestinationId,
Subtype = NULL,
Event,
NewSessionDetails = NULL
)
SourceId |
[required] External identifier of chat customer participant, used in part to uniquely identify a chat. For SMS, this is the E164 phone number of the chat customer participant. |
DestinationId |
[required] Chat system identifier, used in part to uniquely identify chat. This is associated with the Amazon Connect instance and flow to be used to start chats. For SMS, this is the phone number destination of inbound SMS messages represented by an Amazon Pinpoint phone number ARN. |
Subtype |
Classification of a channel. This is used in part to uniquely identify chat. Valid value: |
Event |
[required] Chat integration event payload |
NewSessionDetails |
Contact properties to apply when starting a new chat. If the integration event is handled with an existing chat, this is ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.