New to Telerik UI for WPFStart a free 30-day trial

Represents event arguments for SuggestedActionReported event.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class SuggestedActionsEventArgs : RoutedEventArgs

Inheritance: objectSuggestedActionsEventArgs

Constructors

C#
public SuggestedActionsEventArgs()

Properties

Gets or sets a value that indicates whether the message will be removed after it reports a result.

C#
public bool CloseAfterReport { get; set; }

Gets or sets a value that indicates whether suggested action should create a text inline message with its result.

C#
public bool PostResultInline { get; set; }

Gets or sets the text result.

C#
public string Text { get; set; }