Interface IReportMessageResult
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IReportMessageResult
Properties
AutoReport
Declaration
bool AutoReport { get; set; }
Property Value
System.
|
CloseAfterReport
Declaration
bool CloseAfterReport { get; set; }
Property Value
System.
|
PostResultInline
Declaration
bool PostResultInline { get; set; }
Property Value
System.
|
ReportActions
Declaration
RadObservableCollection<ResponseAction> ReportActions { get; }