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
<MessagesSettingsPlaceholder="Type your message here..." />
59
+
<UserSettingsName="John"IconUrl="avatar.png" />
60
+
</telerik:RadChat>
61
+
<script>
62
+
function OnActionClick(sender, args) {
63
+
}
64
+
65
+
function OnInitialize(sender, args) {
66
+
}
67
+
68
+
function OnLoad(sender) {
69
+
sender.postMessage("Hello!");
70
+
}
71
+
72
+
function OnPost(sender) {
73
+
}
74
+
75
+
function OnSendMessage(sender, args) {
76
+
}
77
+
78
+
function OnTypingEnd(sender, args) {
79
+
}
80
+
81
+
function OnTypingStart(sender, args) {
82
+
}
83
+
</script>
84
+
````
87
85
88
86
Once you have a working Chat control, you can use the [client-side API]({%slug chat/client-side-programming/overview%}) of the chat to [connect it to a Chatbot service]({%slug chat/how-to/configure-chat-agent%}).
0 commit comments