ConversationItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the messages in a conversation.
public ref class ConversationItem sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Windows.AI.Text.TextIntelligenceContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.Text.TextIntelligenceContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ConversationItem final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.Windows.AI.Text.TextIntelligenceContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.Text.TextIntelligenceContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ConversationItem
function ConversationItem()
Public NotInheritable Class ConversationItem
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ConversationItem() |
Initializes a new instance of an ConversationItem object. |
Properties
| Name | Description |
|---|---|
| Message |
Gets or sets a message from a conversation participant. |
| Participant |
Gets or sets conversation participant information, such as Name, Email, and so on. |