Function: sendTyping()
sendTyping(
target):Promise<void>
Show the typing indicator in the conversation.
Best-effort by design: a failed indicator must never fail the turn, because the card that follows is the actual answer. A failure is logged at debug and swallowed.
Parameters
Section titled “Parameters”target
Section titled “target”Returns
Section titled “Returns”Promise<void>