Class MessageReportType
Represents report types that happen after message interaction.
Inheritance
System.Object
MessageReportType
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public sealed class MessageReportType : Enum
Fields
Cancel
Represents an action that cancels the message interaction.
Declaration
public const MessageReportType Cancel
Field Value
Commit
Represents an action that confirms the message interaction.
Declaration
public const MessageReportType Commit
Field Value
Value
Represents an action that chooses a value.
Declaration
public const MessageReportType Value
Field Value
value__
Declaration
public int value__
Field Value
System.
|