Show typing indicator in LINE chat
line_show_typingDisplay a typing indicator in a 1:1 chat to signal that a response is being prepared. The indicator disappears when the bot sends a message or after a set timeout.
Instructions
Display the "..." typing indicator in a 1:1 chat with a user. The indicator vanishes when the bot sends a message OR after the timeout. Use this when an agent is about to take a noticeable amount of time before replying.
Only works in 1:1 chats (NOT in groups or multi-person rooms).
Args:
chat_id: The user ID of the 1:1 chat.
seconds: How long to display (5-60). Default 20.
oa: optional OA id.
Returns: { success: true, chat_id, seconds }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | User ID (1:1 chats only — does not work in groups) | |
| seconds | No | How long to show the indicator (5-60s). Default 20. | |
| oa | No |