Interface StartAssistantContactResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<StartAssistantContactResponse.Builder,,StartAssistantContactResponse> SdkBuilder<StartAssistantContactResponse.Builder,,StartAssistantContactResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartAssistantContactResponse
@Mutable
@NotThreadSafe
public static interface StartAssistantContactResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<StartAssistantContactResponse.Builder,StartAssistantContactResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the contact within the Connect Customer instance.continuedFromContactId(String continuedFromContactId) The identifier of the contact from which the chat continues, returned only for persistent chats.participantId(String participantId) The identifier of the chat participant.participantToken(String participantToken) The token that the chat participant uses with the CreateParticipantConnection operation.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contactId
The identifier of the contact within the Connect Customer instance.
- Parameters:
contactId- The identifier of the contact within the Connect Customer instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantId
The identifier of the chat participant. The participant identifier remains the same throughout the chat lifecycle.
- Parameters:
participantId- The identifier of the chat participant. The participant identifier remains the same throughout the chat lifecycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantToken
The token that the chat participant uses with the CreateParticipantConnection operation. The token remains valid for the lifetime of the chat participant.
- Parameters:
participantToken- The token that the chat participant uses with the CreateParticipantConnection operation. The token remains valid for the lifetime of the chat participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuedFromContactId
The identifier of the contact from which the chat continues, returned only for persistent chats.
- Parameters:
continuedFromContactId- The identifier of the contact from which the chat continues, returned only for persistent chats.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-