DiscoveryConversation Class

Definition

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to DiscoveryConversation)

Explicit Interface Implementations

Name Description
IJsonModel<DiscoveryConversation>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DiscoveryConversation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DiscoveryConversation>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DiscoveryConversation>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DiscoveryConversation>.Write(ModelReaderWriterOptions)

Applies to