| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantResponse |
ConnectClient.createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)
Adds a new participant into an on-going chat contact.
|
default CompletableFuture<CreateParticipantResponse> |
ConnectAsyncClient.createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)
Adds a new participant into an on-going chat contact.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateParticipantRequest.Builder |
CreateParticipantRequest.builder() |
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.participantDetails(Consumer<ParticipantDetailsToAdd.Builder> participantDetails)
Information identifying the participant.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.participantDetails(ParticipantDetailsToAdd participantDetails)
Information identifying the participant.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateParticipantRequest.Builder> |
CreateParticipantRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.