| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
NewSessionDetails |
NewSessionDetails.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
NewSessionDetails |
NewSessionDetails.clearAttributesEntries()
Removes all the entries added into Attributes.
|
NewSessionDetails |
NewSessionDetails.clone() |
NewSessionDetails |
SendChatIntegrationEventRequest.getNewSessionDetails()
Contact properties to apply when starting a new chat.
|
NewSessionDetails |
NewSessionDetails.withAttributes(Map<String,String> attributes)
A custom key-value pair using an attribute map.
|
NewSessionDetails |
NewSessionDetails.withParticipantDetails(ParticipantDetails participantDetails) |
NewSessionDetails |
NewSessionDetails.withStreamingConfiguration(ChatStreamingConfiguration streamingConfiguration) |
NewSessionDetails |
NewSessionDetails.withSupportedMessagingContentTypes(Collection<String> supportedMessagingContentTypes)
The supported chat message content types.
|
NewSessionDetails |
NewSessionDetails.withSupportedMessagingContentTypes(String... supportedMessagingContentTypes)
The supported chat message content types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendChatIntegrationEventRequest.setNewSessionDetails(NewSessionDetails newSessionDetails)
Contact properties to apply when starting a new chat.
|
SendChatIntegrationEventRequest |
SendChatIntegrationEventRequest.withNewSessionDetails(NewSessionDetails newSessionDetails)
Contact properties to apply when starting a new chat.
|
Copyright © 2024. All rights reserved.