public static interface StartChatContactResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<StartChatContactResponse.Builder,StartChatContactResponse>
| Modifier and Type | Method and Description |
|---|---|
StartChatContactResponse.Builder |
contactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
|
StartChatContactResponse.Builder |
participantId(String participantId)
The identifier for a chat participant.
|
StartChatContactResponse.Builder |
participantToken(String participantToken)
The token used by the chat participant to call CreateParticipantConnection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartChatContactResponse.Builder contactId(String contactId)
The identifier of this contact within the Amazon Connect instance.
contactId - The identifier of this contact within the Amazon Connect instance.StartChatContactResponse.Builder participantId(String participantId)
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
participantId - The identifier for a chat participant. The participantId for a chat participant is the same throughout
the chat lifecycle.StartChatContactResponse.Builder participantToken(String participantToken)
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
participantToken - The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat
participant.Copyright © 2022. All rights reserved.