StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.attributes(Map<String,String> attributes) |
A custom key-value pair using an attribute map.
|
static StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.builder() |
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.chatDurationInMinutes(Integer chatDurationInMinutes) |
The total duration of the newly started chat session.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.contactFlowId(String contactFlowId) |
The identifier of the flow for the call.
|
default StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.destinationEndpoint(Consumer<Endpoint.Builder> destinationEndpoint) |
Sets the value of the DestinationEndpoint property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
Sets the value of the DestinationEndpoint property for this object.
|
default StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.initialSystemMessage(Consumer<ChatMessage.Builder> initialSystemMessage) |
Sets the value of the InitialSystemMessage property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.initialSystemMessage(ChatMessage initialSystemMessage) |
Sets the value of the InitialSystemMessage property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.instanceId(String instanceId) |
The identifier of the Amazon Connect instance.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.participantDetails(Consumer<ParticipantDetails.Builder> participantDetails) |
Sets the value of the ParticipantDetails property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.participantDetails(ParticipantDetails participantDetails) |
Sets the value of the ParticipantDetails property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.relatedContactId(String relatedContactId) |
The unique identifier for an Amazon Connect contact.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.segmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes) |
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
default StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.sourceEndpoint(Consumer<Endpoint.Builder> sourceEndpoint) |
Sets the value of the SourceEndpoint property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
Sets the value of the SourceEndpoint property for this object.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.supportedMessagingContentTypes(String... supportedMessagingContentTypes) |
The supported chat message content types.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.Builder.supportedMessagingContentTypes(Collection<String> supportedMessagingContentTypes) |
The supported chat message content types.
|
StartOutboundChatContactRequest.Builder |
StartOutboundChatContactRequest.toBuilder() |
|