| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartWebRTCContactResult> |
AmazonConnectAsyncClient.startWebRTCContactAsync(StartWebRTCContactRequest request,
AsyncHandler<StartWebRTCContactRequest,StartWebRTCContactResult> asyncHandler) |
Future<StartWebRTCContactResult> |
AbstractAmazonConnectAsync.startWebRTCContactAsync(StartWebRTCContactRequest request,
AsyncHandler<StartWebRTCContactRequest,StartWebRTCContactResult> asyncHandler) |
Future<StartWebRTCContactResult> |
AmazonConnectAsync.startWebRTCContactAsync(StartWebRTCContactRequest startWebRTCContactRequest,
AsyncHandler<StartWebRTCContactRequest,StartWebRTCContactResult> asyncHandler)
Places an inbound in-app, web, or video call to a contact, and then initiates the flow.
|
| Modifier and Type | Method and Description |
|---|---|
StartWebRTCContactRequest |
StartWebRTCContactRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.addReferencesEntry(String key,
Reference value)
Add a single References entry
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.clearReferencesEntries()
Removes all the entries added into References.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.clone() |
StartWebRTCContactRequest |
StartWebRTCContactRequest.withAllowedCapabilities(AllowedCapabilities allowedCapabilities)
Information about the video sharing capabilities of the participants (customer, agent).
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withAttributes(Map<String,String> attributes)
A custom key-value pair using an attribute map.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withContactFlowId(String contactFlowId)
The identifier of the flow for the call.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withDescription(String description)
A description of the task that is shown to an agent in the Contact Control Panel (CCP).
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withParticipantDetails(ParticipantDetails participantDetails) |
StartWebRTCContactRequest |
StartWebRTCContactRequest.withReferences(Map<String,Reference> references)
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
StartWebRTCContactRequest |
StartWebRTCContactRequest.withRelatedContactId(String relatedContactId)
The unique identifier for an Amazon Connect contact.
|
Copyright © 2024. All rights reserved.