Share via


ConversationAuthoringExportedProject Constructor

Definition

Initializes a new instance of ConversationAuthoringExportedProject.

public ConversationAuthoringExportedProject(string projectFileVersion, Azure.AI.Language.Conversations.Authoring.StringIndexType stringIndexType, Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails metadata);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProject : string * Azure.AI.Language.Conversations.Authoring.StringIndexType * Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedProject
Public Sub New (projectFileVersion As String, stringIndexType As StringIndexType, metadata As ConversationAuthoringCreateProjectDetails)

Parameters

projectFileVersion
String

The version of the exported file.

stringIndexType
StringIndexType

Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.

metadata
ConversationAuthoringCreateProjectDetails

Represents the project metadata.

Exceptions

projectFileVersion or metadata is null.

Applies to