Class
SuggestedActionsEventArgs

Represents event arguments for SuggestedActionReported event.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class SuggestedActionsEventArgs : RoutedEventArgs

Inheritance: objectSuggestedActionsEventArgs

Constructors

SuggestedActionsEventArgs()

Declaration

cs-api-definition
public SuggestedActionsEventArgs()

Properties

CloseAfterReport

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

Declaration

cs-api-definition
public bool CloseAfterReport { get; set; }

Property Value

bool

PostResultInline

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

Declaration

cs-api-definition
public bool PostResultInline { get; set; }

Property Value

bool

Text

Gets or sets the text result.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string