ConversationAuthoringExportedProject Constructor
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.
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.
Represents the project metadata.
Exceptions
projectFileVersion or metadata is null.