default Contact.Builder |
Contact.Builder.agentInfo(Consumer<AgentInfo.Builder> agentInfo) |
Information about the agent who accepted the contact.
|
Contact.Builder |
Contact.Builder.agentInfo(AgentInfo agentInfo) |
Information about the agent who accepted the contact.
|
Contact.Builder |
Contact.Builder.answeringMachineDetectionStatus(String answeringMachineDetectionStatus) |
Indicates how an outbound
campaign call is actually disposed if the contact is connected to Amazon Connect.
|
Contact.Builder |
Contact.Builder.answeringMachineDetectionStatus(AnsweringMachineDetectionStatus answeringMachineDetectionStatus) |
Indicates how an outbound
campaign call is actually disposed if the contact is connected to Amazon Connect.
|
Contact.Builder |
Contact.Builder.arn(String arn) |
The Amazon Resource Name (ARN) for the contact.
|
static Contact.Builder |
Contact.builder() |
|
default Contact.Builder |
Contact.Builder.campaign(Consumer<Campaign.Builder> campaign) |
Sets the value of the Campaign property for this object.
|
Contact.Builder |
Contact.Builder.campaign(Campaign campaign) |
Sets the value of the Campaign property for this object.
|
Contact.Builder |
Contact.Builder.channel(String channel) |
How the contact reached your contact center.
|
Contact.Builder |
Contact.Builder.channel(Channel channel) |
How the contact reached your contact center.
|
Contact.Builder |
Contact.Builder.connectedToSystemTimestamp(Instant connectedToSystemTimestamp) |
The timestamp when customer endpoint connected to Amazon Connect.
|
default Contact.Builder |
Contact.Builder.customer(Consumer<Customer.Builder> customer) |
Information about the Customer on the contact.
|
Contact.Builder |
Contact.Builder.customer(Customer customer) |
Information about the Customer on the contact.
|
default Contact.Builder |
Contact.Builder.customerVoiceActivity(Consumer<CustomerVoiceActivity.Builder> customerVoiceActivity) |
Information about customer’s voice activity.
|
Contact.Builder |
Contact.Builder.customerVoiceActivity(CustomerVoiceActivity customerVoiceActivity) |
Information about customer’s voice activity.
|
Contact.Builder |
Contact.Builder.description(String description) |
The description of the contact.
|
default Contact.Builder |
Contact.Builder.disconnectDetails(Consumer<DisconnectDetails.Builder> disconnectDetails) |
Information about the call disconnect experience.
|
Contact.Builder |
Contact.Builder.disconnectDetails(DisconnectDetails disconnectDetails) |
Information about the call disconnect experience.
|
Contact.Builder |
Contact.Builder.disconnectTimestamp(Instant disconnectTimestamp) |
The timestamp when the customer endpoint disconnected from Amazon Connect.
|
Contact.Builder |
Contact.Builder.id(String id) |
The identifier for the contact.
|
Contact.Builder |
Contact.Builder.initialContactId(String initialContactId) |
If this contact is related to other contacts, this is the ID of the initial contact.
|
Contact.Builder |
Contact.Builder.initiationMethod(String initiationMethod) |
Indicates how the contact was initiated.
|
Contact.Builder |
Contact.Builder.initiationMethod(ContactInitiationMethod initiationMethod) |
Indicates how the contact was initiated.
|
Contact.Builder |
Contact.Builder.initiationTimestamp(Instant initiationTimestamp) |
The date and time this contact was initiated, in UTC time.
|
Contact.Builder |
Contact.Builder.lastPausedTimestamp(Instant lastPausedTimestamp) |
The timestamp when the contact was last paused.
|
Contact.Builder |
Contact.Builder.lastResumedTimestamp(Instant lastResumedTimestamp) |
The timestamp when the contact was last resumed.
|
Contact.Builder |
Contact.Builder.lastUpdateTimestamp(Instant lastUpdateTimestamp) |
The timestamp when contact was last updated.
|
Contact.Builder |
Contact.Builder.name(String name) |
The name of the contact.
|
Contact.Builder |
Contact.Builder.previousContactId(String previousContactId) |
If this contact is not the first contact, this is the ID of the previous contact.
|
default Contact.Builder |
Contact.Builder.qualityMetrics(Consumer<QualityMetrics.Builder> qualityMetrics) |
Information about the quality of the participant's media connection.
|
Contact.Builder |
Contact.Builder.qualityMetrics(QualityMetrics qualityMetrics) |
Information about the quality of the participant's media connection.
|
default Contact.Builder |
Contact.Builder.queueInfo(Consumer<QueueInfo.Builder> queueInfo) |
If this contact was queued, this contains information about the queue.
|
Contact.Builder |
Contact.Builder.queueInfo(QueueInfo queueInfo) |
If this contact was queued, this contains information about the queue.
|
Contact.Builder |
Contact.Builder.queuePriority(Long queuePriority) |
An integer that represents the queue priority to be applied to the contact (lower priorities are routed
preferentially).
|
Contact.Builder |
Contact.Builder.queueTimeAdjustmentSeconds(Integer queueTimeAdjustmentSeconds) |
An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger
queue time are routed preferentially).
|
Contact.Builder |
Contact.Builder.relatedContactId(String relatedContactId) |
The contactId that is related to this contact.
|
default Contact.Builder |
Contact.Builder.routingCriteria(Consumer<RoutingCriteria.Builder> routingCriteria) |
Latest routing criteria on the contact.
|
Contact.Builder |
Contact.Builder.routingCriteria(RoutingCriteria routingCriteria) |
Latest routing criteria on the contact.
|
Contact.Builder |
Contact.Builder.scheduledTimestamp(Instant scheduledTimestamp) |
The timestamp, in Unix epoch time format, at which to start running the inbound flow.
|
Contact.Builder |
Contact.Builder.segmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes) |
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
Contact.Builder |
Contact.Builder.tags(Map<String,String> tags) |
Tags associated with the contact.
|
Contact.Builder |
Contact.toBuilder() |
|
Contact.Builder |
Contact.Builder.totalPauseCount(Integer totalPauseCount) |
Total pause count for a contact.
|
Contact.Builder |
Contact.Builder.totalPauseDurationInSeconds(Integer totalPauseDurationInSeconds) |
Total pause duration for a contact in seconds.
|
default Contact.Builder |
Contact.Builder.wisdomInfo(Consumer<WisdomInfo.Builder> wisdomInfo) |
Information about Amazon Connect Wisdom.
|
Contact.Builder |
Contact.Builder.wisdomInfo(WisdomInfo wisdomInfo) |
Information about Amazon Connect Wisdom.
|