OrchestrationExportedProjectAsset 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 assets of an orchestration project.
public class OrchestrationExportedProjectAsset : Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProjectAsset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.OrchestrationExportedProjectAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.OrchestrationExportedProjectAsset>
type OrchestrationExportedProjectAsset = class
inherit ConversationAuthoringExportedProjectAsset
interface IJsonModel<OrchestrationExportedProjectAsset>
interface IPersistableModel<OrchestrationExportedProjectAsset>
Public Class OrchestrationExportedProjectAsset
Inherits ConversationAuthoringExportedProjectAsset
Implements IJsonModel(Of OrchestrationExportedProjectAsset), IPersistableModel(Of OrchestrationExportedProjectAsset)
- Inheritance
- Implements
Constructors
OrchestrationExportedProjectAsset() |
Initializes a new instance of OrchestrationExportedProjectAsset. |
Properties
Intents |
Represents the intents of the project. |
Utterances |
Represents the utterances of the project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |