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
| agentProfile |[object](#agent-profile-objects)| yes | Represents your product or service's customer service agent. Fields: imageUrl (string), teamName (string). |
96
-
| handleClick | function | yes | Intercept the click event on the launcher. No argument sent when function is called. |
97
-
| isOpen | boolean | yes | Force the open/close state of the chat window. If this is not set, it will open and close when clicked. |
98
-
| messageList |[[message](#message-objects)]| yes | An array of message objects to be rendered as a conversation. |
99
-
| mute | boolean | no | Don't play sound for incoming messages. Defaults to `false`. |
100
-
| newMessagesCount | number | no | The number of new messages. If greater than 0, this number will be displayed in a badge on the launcher. Defaults to `0`. |
101
-
| onFilesSelected | function([fileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList)) | no | Called after file has been selected from dialogue in chat window. |
102
-
| onMessageWasSent | function([message](#message-objects)) | yes | Called when a message is sent, with a message object as an argument. |
103
-
| showEmoji | boolean | no | Whether or not to show the emoji button in the input bar. Defaults to `true`.
97
+
| agentProfile |[object](#agent-profile-objects)| yes | Represents your product or service's customer service agent. Fields: imageUrl (string), teamName (string). |
98
+
| handleClick | function | yes | Intercept the click event on the launcher. No argument sent when function is called. |
99
+
| isOpen | boolean | yes | Force the open/close state of the chat window. If this is not set, it will open and close when clicked. |
100
+
| messageList |[[message](#message-objects)]| yes | An array of message objects to be rendered as a conversation. |
101
+
| mute | boolean | no | Don't play sound for incoming messages. Defaults to `false`. |
102
+
| newMessagesCount | number | no | The number of new messages. If greater than 0, this number will be displayed in a badge on the launcher. Defaults to `0`. |
103
+
| onFilesSelected | function([fileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList)) | no | Called after file has been selected from dialogue in chat window. |
104
+
| onMessageWasSent | function([message](#message-objects)) | yes | Called when a message is sent, with a message object as an argument. |
105
+
| showEmoji | boolean | no | Whether or not to show the emoji button in the input bar. Defaults to `true`.
106
+
| showTypingIndicator | boolean | no | Whether or not to show typing indicator in the message box. Defaults to `false`.
0 commit comments