DiscoveryConversation 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.
A conversation.
public class DiscoveryConversation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.DiscoveryConversation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.DiscoveryConversation>
type DiscoveryConversation = class
interface IJsonModel<DiscoveryConversation>
interface IPersistableModel<DiscoveryConversation>
Public Class DiscoveryConversation
Implements IJsonModel(Of DiscoveryConversation), IPersistableModel(Of DiscoveryConversation)
- Inheritance
-
DiscoveryConversation
- Implements
Constructors
| Name | Description |
|---|---|
| DiscoveryConversation() |
Initializes a new instance of DiscoveryConversation. |
Properties
| Name | Description |
|---|---|
| CreatedAt |
The timestamp when the resource was created. |
| CreatedBy |
The ID of the user who created this resource. |
| CreatedByType |
The type of user who created this resource. |
| DisplayName |
The title. |
| InvestigationName |
The Name of the associated Investigation. |
| LastModifiedAt |
The timestamp when the resource was last updated. |
| LastModifiedBy |
The ID of the user who updated this resource. |
| LastModifiedByType |
The type of user who updated this resource. |
| Name |
The conversation name. |
| ProjectName |
The name of the associated Project. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to DiscoveryConversation) | |