ParticipantTimerValue
The value of the timer. Either the timer action (Unset
to delete the timer), or the duration of the timer in minutes. Only one value can be set.
For more information about how chat timeouts work, see Set up chat timeouts for human participants.
Inheritors
Types
Functions
Casts this ParticipantTimerValue as a ParticipantTimerAction and retrieves its aws.sdk.kotlin.services.connect.model.ParticipantTimerAction value. Throws an exception if the ParticipantTimerValue is not a ParticipantTimerAction.
Casts this ParticipantTimerValue as a ParticipantTimerAction and retrieves its aws.sdk.kotlin.services.connect.model.ParticipantTimerAction value. Returns null if the ParticipantTimerValue is not a ParticipantTimerAction.
Casts this ParticipantTimerValue as a ParticipantTimerDurationInMinutes and retrieves its kotlin.Int value. Throws an exception if the ParticipantTimerValue is not a ParticipantTimerDurationInMinutes.
Casts this ParticipantTimerValue as a ParticipantTimerDurationInMinutes and retrieves its kotlin.Int value. Returns null if the ParticipantTimerValue is not a ParticipantTimerDurationInMinutes.