selectTimeSlot
suspend fun ChatThreadEventHandler.selectTimeSlot(timeSlotLocalizedText: String, timeSlot: TimeSlot): EventResponse?
Sends a postback for the selected time slot (typically in response to a TimePicker TimeSlot message).
Parameters
timeSlotLocalizedText
The text representing the selected time slot, as it was presented to the user.
timeSlot
The selected TimeSlot containing the id and other relevant information used to build the postback.