Share via


ConversationAnalysisAuthoringModelFactory.ConversationAuthoringSupportedLanguage Method

Definition

Initializes a new instance of ConversationAuthoringSupportedLanguage.

public static Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSupportedLanguage ConversationAuthoringSupportedLanguage(string languageName = default, string languageCode = default);
static member ConversationAuthoringSupportedLanguage : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSupportedLanguage
Public Shared Function ConversationAuthoringSupportedLanguage (Optional languageName As String = Nothing, Optional languageCode As String = Nothing) As ConversationAuthoringSupportedLanguage

Parameters

languageName
String

The language name.

languageCode
String

The language code. This is BCP-47 representation of a language. For example, "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

Returns

A new ConversationAuthoringSupportedLanguage instance for mocking.

Applies to