ConversationAuthoringCreateProjectDetails 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 ConversationAuthoringCreateProjectDetails.
public ConversationAuthoringCreateProjectDetails(Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectKind projectKind, string projectName, string language);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails : Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectKind * string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateProjectDetails
Public Sub New (projectKind As ConversationAuthoringProjectKind, projectName As String, language As String)
Parameters
- projectKind
- ConversationAuthoringProjectKind
Represents the project kind.
- projectName
- String
The new project name.
- language
- String
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.
Exceptions
projectName or language is null.