Freigeben über


ConversationAuthoringAssignedProjectResource Class

Definition

Represents the assigned project resource.

public class ConversationAuthoringAssignedProjectResource : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource>
type ConversationAuthoringAssignedProjectResource = class
    interface IJsonModel<ConversationAuthoringAssignedProjectResource>
    interface IPersistableModel<ConversationAuthoringAssignedProjectResource>
Public Class ConversationAuthoringAssignedProjectResource
Implements IJsonModel(Of ConversationAuthoringAssignedProjectResource), IPersistableModel(Of ConversationAuthoringAssignedProjectResource)
Inheritance
ConversationAuthoringAssignedProjectResource
Implements

Constructors

Name Description
ConversationAuthoringAssignedProjectResource(String, String)

Initializes a new instance of ConversationAuthoringAssignedProjectResource.

Properties

Name Description
AssignedAoaiResource

Represents the AOAI resource assigned for data generation.

Region

The Azure resource region.

ResourceId

The Azure resource ID of the language or AI resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConversationAuthoringAssignedProjectResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConversationAuthoringAssignedProjectResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringAssignedProjectResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringAssignedProjectResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConversationAuthoringAssignedProjectResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to