Class SuggestedActionsEventArgs
Represents event arguments for SuggestedActionReported event.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class SuggestedActionsEventArgs : RoutedEventArgs
Constructors
SuggestedActionsEventArgs()
Declaration
public SuggestedActionsEventArgs()
Properties
CloseAfterReport
Gets or sets a value that indicates whether the message will be removed after it reports a result.
Declaration
public bool CloseAfterReport { get; set; }
Property Value
System.Boolean
|
PostResultInline
Gets or sets a value that indicates whether suggested action should create a text inline message with its result.
Declaration
public bool PostResultInline { get; set; }
Property Value
System.Boolean
|
Text
Gets or sets the text result.
Declaration
public string Text { get; set; }
Property Value
System.String
|