ConversationAuthoringProjectMetadata 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 metadata of a project.
public class ConversationAuthoringProjectMetadata : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectMetadata>
type ConversationAuthoringProjectMetadata = class
interface IJsonModel<ConversationAuthoringProjectMetadata>
interface IPersistableModel<ConversationAuthoringProjectMetadata>
Public Class ConversationAuthoringProjectMetadata
Implements IJsonModel(Of ConversationAuthoringProjectMetadata), IPersistableModel(Of ConversationAuthoringProjectMetadata)
- Inheritance
-
ConversationAuthoringProjectMetadata
- Implements
Properties
CreatedOn |
Represents the project creation datetime. |
Description |
The project description. |
Language |
The project language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc. |
LastDeployedOn |
Represents the project last deployed datetime. |
LastModifiedOn |
Represents the project creation datetime. |
LastTrainedOn |
Represents the project last trained datetime. |
Multilingual |
Whether the project would be used for multiple languages or not. |
ProjectKind |
Represents the project kind. |
ProjectName |
The new project name. |
Settings |
The project settings. |
StorageInputContainerName |
The storage container name in case of conversation summarization. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ConversationAuthoringProjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConversationAuthoringProjectMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConversationAuthoringProjectMetadata>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConversationAuthoringProjectMetadata>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConversationAuthoringProjectMetadata>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |