send_message
Send a text message to a Google Chat space, with optional thread key to reply within an existing thread.
Instructions
Send a text message to a Google Chat space.
Args:
space: Resource name of the space, e.g. "spaces/AAAAAAAAAAA".
text: Message body.
thread_key: Optional thread key to reply within an existing thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| space | Yes | ||
| thread_key | No |