3 Answers, 1 is accepted
Hello, Nabil,
The RadChat.Author property indicates which is the main user in the control.
However, RadChat allows you to add different messages, e.g. ChatTextMessage and specify a different author for the specific message. Thus, you can specify the users in the chat.
Please refer to the following help article for additional information on this topic: https://docs.telerik.com/devtools/winforms/controls/chat/chat-items/messages
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.
thank you for replay
i mean , i have a c# winforms program and i installed it to my employees in the lan network ,
so every one will open his own program on his computer , so How can Conversational UI, Chat contact with each one
i tried to do this
this.radChat1.Author = new Author(Properties.Resources.Info, Properties.Settings.Default._personeName);
but every user chatting with him self ^^
sorry Can you explain to me?
thank you
Hello, Nabil,
RadChat is designed to allow developers to easily implement conversational UI in their applications by utilizing AI powered framework that works with natural language processing, by following a predefined logical tree, or just for integrating P2P chat capabilities in their applications.RadChat offers the conversational UI. The whole logic for sending/receiving messages via the network is not purposed to be included in RadChat out-of-the-box. It is just an UI control. The back-end is a subject of additional implementation by the developer.
The following blog post may be suitable for your scenario which demonstrates how to quickly build a chatbot with Bot Framework and connect it to RadChat control in Telerik UI for WinForms: https://www.telerik.com/blogs/creating-an-azure-chatbot-using-microsoft-bot-framework-and-the-directline-channel
I hope this information helps.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.