| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.clone() |
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.withParticipantRole(String participantRole)
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.withParticipantRole(TimerEligibleParticipantRoles participantRole)
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.withTimerType(ParticipantTimerType timerType)
The type of timer.
|
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.withTimerType(String timerType)
The type of timer.
|
ParticipantTimerConfiguration |
ParticipantTimerConfiguration.withTimerValue(ParticipantTimerValue timerValue)
The value of the timer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParticipantTimerConfiguration> |
ChatParticipantRoleConfig.getParticipantTimerConfigList()
A list of participant timers.
|
| Modifier and Type | Method and Description |
|---|---|
ChatParticipantRoleConfig |
ChatParticipantRoleConfig.withParticipantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatParticipantRoleConfig.setParticipantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig |
ChatParticipantRoleConfig.withParticipantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
Copyright © 2024. All rights reserved.