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) For a persistent chat, the identifier of the contact from which the chat continues.participantId(String participantId) The identifier of the chat participant.participantToken(String participantToken) The token that the chat participant uses to call the CreateParticipantConnection API.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 to call the CreateParticipantConnection API. The token remains valid for the lifetime of the chat participant.
- Parameters:
participantToken- The token that the chat participant uses to call the CreateParticipantConnection API. 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
For a persistent chat, the identifier of the contact from which the chat continues. Amazon Connect returns this field only for persistent chats.
- Parameters:
continuedFromContactId- For a persistent chat, the identifier of the contact from which the chat continues. Amazon Connect returns this field only for persistent chats.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-