| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ChatEvent |
ChatEvent.clone() |
ChatEvent |
SendChatIntegrationEventRequest.getEvent()
Chat integration event payload
|
ChatEvent |
ChatEvent.withContent(String content)
Content of the message or event.
|
ChatEvent |
ChatEvent.withContentType(String contentType)
Type of content.
|
ChatEvent |
ChatEvent.withType(ChatEventType type)
Type of chat integration event.
|
ChatEvent |
ChatEvent.withType(String type)
Type of chat integration event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendChatIntegrationEventRequest.setEvent(ChatEvent event)
Chat integration event payload
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withEvent(ChatEvent event)
Chat integration event payload
|
Copyright © 2024. All rights reserved.