The status of the ticket after sending the message.
- WaitingForUs: The ticket is waiting for a reply from the bot or operator.
- WaitingForGuest: The ticket is waiting for a reply from the guest.
The default value depends on createDraft:
- If
createDraft is true, the default value is WaitingForUs.
- If
createDraft is false or not specified, the default value is WaitingForGuest.
Example use case: If the bot needs to hand off the ticket to a human operator, the bot sends a message to notify the guest that they will be transferred to a human operator. The status is set to WaitingForUs to indicate that a reply is expected from the operator.