NewSessionDetails.Builder |
NewSessionDetails.Builder.attributes(Map<String,String> attributes) |
A custom key-value pair using an attribute map.
|
static NewSessionDetails.Builder |
NewSessionDetails.builder() |
|
default NewSessionDetails.Builder |
NewSessionDetails.Builder.participantDetails(Consumer<ParticipantDetails.Builder> participantDetails) |
Sets the value of the ParticipantDetails property for this object.
|
NewSessionDetails.Builder |
NewSessionDetails.Builder.participantDetails(ParticipantDetails participantDetails) |
Sets the value of the ParticipantDetails property for this object.
|
default NewSessionDetails.Builder |
NewSessionDetails.Builder.streamingConfiguration(Consumer<ChatStreamingConfiguration.Builder> streamingConfiguration) |
Sets the value of the StreamingConfiguration property for this object.
|
NewSessionDetails.Builder |
NewSessionDetails.Builder.streamingConfiguration(ChatStreamingConfiguration streamingConfiguration) |
Sets the value of the StreamingConfiguration property for this object.
|
NewSessionDetails.Builder |
NewSessionDetails.Builder.supportedMessagingContentTypes(String... supportedMessagingContentTypes) |
The supported chat message content types.
|
NewSessionDetails.Builder |
NewSessionDetails.Builder.supportedMessagingContentTypes(Collection<String> supportedMessagingContentTypes) |
The supported chat message content types.
|
NewSessionDetails.Builder |
NewSessionDetails.toBuilder() |
|