You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/messaging/agent-chat-api/changelog/index.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,11 @@ The developer preview version provides a preview of the upcoming changes to the
60
60
61
61
- Authorizing bots via `X-Author-Id` is removed. Bots can be authorized only via the new Bot Authorization Tokens (see [**Issue Bot Token](/management/configuration-api/v3.6/#issue-bot-token)).
62
62
63
+
### Other
64
+
65
+
- There's a new method, **Send Thinking Indicator** ([Web](/messaging/agent-chat-api/v3.6/#send-thinking-indicator) & [RTM](/messaging/agent-chat-api/v3.6/rtm-reference/#send-thinking-indicator)).
66
+
- There's a new push, [**incoming_thinking_indicator**](/messaging/agent-chat-api/v3.6/rtm-pushes/#incoming_thinking_indicator).
|**Required scopes**|`chats--all:rw`**\*** or `chats--access:rw`**\*\***|
2368
+
|**RTM API equivalent**|[`send_thinking_indicator`](/messaging/agent-chat-api/v3.6/rtm-reference/#send-thinking-indicator)|
2369
+
|**Webhook**| - |
2370
+
2371
+
**\*)**`chats--all:rw` - to send the thinking indicator to a chat taking place in any group.
2372
+
2373
+
**\*\*)**`chats--access:rw` - to send the thinking indicator to a chat taking place in groups that the requester (related to the token) is a member of (the agent groups and the chat groups must intersect - at least one group must be common).
"description": "Fetching data from the Billing API...",
1274
+
"custom_id": "31-0C-1C-07-DB-16"
1275
+
}
1276
+
```
1277
+
1278
+
</CodeResponse>
1279
+
1260
1280
### `incoming_typing_indicator`
1261
1281
1262
1282
Informs that one of the chat users (an Agent or a Bot Agent) is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
**\*)**`chats--all:rw` - to send the thinking indicator to a chat taking place in any group.
3063
+
3064
+
**\*\*)**`chats--access:rw` - to send the thinking indicator to a chat taking place in groups that the requester (related to the token) is a member of (the agent groups and the chat groups must intersect - at least one group must be common).
"description": "Fetching data from the Billing API...",
583
+
"custom_id": "31-0C-1C-07-DB-16"
584
+
}
585
+
```
586
+
587
+
</CodeResponse>
588
+
569
589
### `incoming_typing_indicator`
570
590
571
591
Informs that one of the chat users (an Agent or a Bot Agent) is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
0 commit comments