Share via


ConversationAuthoringExportedProjectAsset Class

Definition

Represents the assets of an exported project. Please note ConversationAuthoringExportedProjectAsset is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConversationExportedProjectAsset and OrchestrationExportedProjectAsset.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Conversations.Authoring.UnknownConversationAuthoringExportedProjectAsset))]
public abstract class ConversationAuthoringExportedProjectAsset : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProjectAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProjectAsset>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Conversations.Authoring.UnknownConversationAuthoringExportedProjectAsset))>]
type ConversationAuthoringExportedProjectAsset = class
    interface IJsonModel<ConversationAuthoringExportedProjectAsset>
    interface IPersistableModel<ConversationAuthoringExportedProjectAsset>
Public MustInherit Class ConversationAuthoringExportedProjectAsset
Implements IJsonModel(Of ConversationAuthoringExportedProjectAsset), IPersistableModel(Of ConversationAuthoringExportedProjectAsset)
Inheritance
ConversationAuthoringExportedProjectAsset
Derived
Attributes
Implements

Applies to