set_typing
Control the typing indicator in Google Chat spaces or DMs: start or stop showing that a user is typing, using the is_typing parameter.
Instructions
Set typing indicator in a space or DM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Space/DM group ID (from list_spaces) | |
| is_dm | No | True if DM, False if room/space | |
| topic_id | No | Thread ID (optional, leave empty for flat DMs) | |
| is_typing | Yes | True to start typing, False to stop |