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