Class
PdfChat

Represents a control that provides a chat-like user interface for PDF summarization.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class PdfChat : RadChat, IMessageReportSubscriber

Inheritance: objectRadChatPdfChat

Implements: IMessageReportSubscriber

Inherited Members RadChat.DataSourcePropertyRadChat.MessageConverterPropertyRadChat.ToolBarCommandsPropertyRadChat.SendCommandPropertyRadChat.AutoIncludeTimeBreaksPropertyRadChat.CanUserSelectMessagePropertyRadChat.TimeBreakIntervalPropertyRadChat.TimeBreakFormatPropertyRadChat.VerticalAvatarAlignmentPropertyRadChat.MessageListTemplateSelectorPropertyRadChat.CurrentAuthorPropertyRadChat.MessagePopupTemplateSelectorPropertyRadChat.ToolBarCommandTemplateSelectorPropertyRadChat.ToolBarCommandTemplatePropertyRadChat.AdditionalContentTemplatePropertyRadChat.MessageOverlayTemplateSelectorPropertyRadChat.SuggestedActionsVisibilityPropertyRadChat.SuggestedActionsOrientationPropertyRadChat.InputBoxWatermarkContentPropertyRadChat.InputBoxTextPropertyRadChat.TypingCommandPropertyRadChat.SuggestedActionsPropertyRadChat.TypingIndicatorVisibilityPropertyRadChat.TypingIndicatorTextPropertyRadChat.TypingIndicatorIconPropertyRadChat.IsToolBarOpenPropertyRadChat.ReportMessageResultEventRadChat.SuggestedActionReportedEventRadChat.SendMessageEventRadChat.UserVotedEventRadChat.RegenerateResponseEventRadChat.AddTimeBreak(string)RadChat.CreateMessageGroup(Author)RadChat.AddMessage(MessageBase)RadChat.AddMessage(Author, string)RadChat.RemoveMessage(MessageBase)RadChat.GetMessageByIndex(int)RadChat.ConvertItemToMessage(object)RadChat.ConvertMessageToDataItem(MessageBase)RadChat.RebindDataSource()RadChat.CloseOverlay()RadChat.ClosePopup()RadChat.OnApplyTemplate()RadChat.OnReportMessageResult(MessageResultEventArgs)RadChat.OnAddingTimeBreak(TimeBreakEventArgs)RadChat.OnSendMessage(SendMessageEventArgs)RadChat.OnSuggestedActionReported(SuggestedActionsEventArgs)RadChat.OnUserVoted(UserVotedEventArgs)RadChat.OnRegenerateResponse(RegenerateResponseEventArgs)RadChat.OnCreateAutomationPeer()RadChat.ShowMessageInPopup(MessageBase)RadChat.ShowMessageInOverlay(MessageBase)RadChat.LastMessageGroupRadChat.LastMessageRadChat.MessageReporterRadChat.MessageListItemsRadChat.MessageGroupsRadChat.MessageConverterRadChat.DataSourceRadChat.InlineMessagesRadChat.MessageListTemplateSelectorRadChat.MessagePopupTemplateSelectorRadChat.TimeBreakFormatRadChat.SendCommandRadChat.MessageOverlayTemplateSelectorRadChat.AutoIncludeTimeBreaksRadChat.CanUserSelectMessageRadChat.ToolBarCommandTemplateSelectorRadChat.ToolBarCommandTemplateRadChat.AdditionalContentTemplateRadChat.ToolBarCommandsRadChat.CurrentAuthorRadChat.TimeBreakIntervalRadChat.VerticalAvatarAlignmentRadChat.SuggestedActionsVisibilityRadChat.SuggestedActionsOrientationRadChat.InputBoxWatermarkContentRadChat.InputBoxTextRadChat.TypingCommandRadChat.TypingIndicatorVisibilityRadChat.TypingIndicatorTextRadChat.TypingIndicatorIconRadChat.IsToolBarOpenRadChat.SuggestedActionsRadChat.SuggestedActionReportedRadChat.ReportMessageResultRadChat.SendMessageRadChat.AddingTimeBreakRadChat.UserVotedRadChat.RegenerateResponse

Constructors

PdfChat()

Declaration

cs-api-definition
public PdfChat()

Methods

OnInitialized(EventArgs)

Raises the event and applies the default style key to the control.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

An EventArgs object that contains the event data.

Overrides RadChat.OnInitialized(EventArgs)

Remarks

This method is called when the control is initialized. It ensures that the default style key is set for the control, allowing it to use the appropriate default style defined in the application.