This is a migrated thread and some comments may be shown as answers.

chatting with who

3 Answers 231 Views
Conversational UI, Chat
This is a migrated thread and some comments may be shown as answers.
Nabil
Top achievements
Rank 1
Nabil asked on 01 Apr 2020, 10:46 PM

in c# winforms 

Conversational UI, Chat, i can't add user to chatting with them ?

 

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Apr 2020, 04:55 AM

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Nabil
Top achievements
Rank 1
answered on 02 Apr 2020, 07:34 PM

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 

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 07 Apr 2020, 10:34 AM

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Conversational UI, Chat
Asked by
Nabil
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Nabil
Top achievements
Rank 1
Share this question
or