Skip to content

Commit 955865c

Browse files
authored
Improve copy about incoming-typing-indicator push in all versions except v3.3… (#1561)
1 parent 03f07b8 commit 955865c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/pages/messaging/agent-chat-api/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ Possible statuses: `accepting_chats`, `not_accepting_chats`, `offline`.
11581158

11591159
### `incoming_typing_indicator`
11601160

1161-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
1161+
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.
11621162

11631163
<CodeResponse title={'Sample push payload'}>
11641164

src/pages/messaging/agent-chat-api/v3.4/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ Informs that a group was updated within a license. The push payload only include
10371037

10381038
### `incoming_typing_indicator`
10391039

1040-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
1040+
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.
10411041

10421042
<CodeResponse title={'Sample push payload'}>
10431043

src/pages/messaging/agent-chat-api/v3.6/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ Informs about those group properties that were updated.
12121212

12131213
### `incoming_typing_indicator`
12141214

1215-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
1215+
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.
12161216

12171217
<CodeResponse title={'Sample push payload'}>
12181218

src/pages/messaging/customer-chat-api/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Possible statuses: `online`, `online_for_queue`, `offline`.
551551

552552
### `incoming_typing_indicator`
553553

554-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
554+
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.
555555

556556
<CodeResponse title={'Sample push payload'}>
557557

src/pages/messaging/customer-chat-api/v3.4/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ The `misdirected_connection` reason can also return the correct region in an opt
531531

532532
### `incoming_typing_indicator`
533533

534-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
534+
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.
535535

536536
<CodeResponse title={'Sample push payload'}>
537537

src/pages/messaging/customer-chat-api/v3.6/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Possible statuses: `online`, `online_for_queue`, `offline`.
552552

553553
### `incoming_typing_indicator`
554554

555-
Informs that one of the chat users is currently typing a message. The message hasn't been sent yet. The push payload contains the typing indicator object.
555+
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.
556556

557557
<CodeResponse title={'Sample push payload'}>
558558

0 commit comments

Comments
 (0)