ConversationAnalysisAuthoringModelFactory.OrchestrationExportedUtterance Method
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 OrchestrationExportedUtterance.
public static Azure.AI.Language.Conversations.Authoring.OrchestrationExportedUtterance OrchestrationExportedUtterance(string text = default, string language = default, string intent = default, string dataset = default);
static member OrchestrationExportedUtterance : string * string * string * string -> Azure.AI.Language.Conversations.Authoring.OrchestrationExportedUtterance
Public Shared Function OrchestrationExportedUtterance (Optional text As String = Nothing, Optional language As String = Nothing, Optional intent As String = Nothing, Optional dataset As String = Nothing) As OrchestrationExportedUtterance
Parameters
- text
- String
The utterance text.
- language
- String
Represents the utterance's language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.
- intent
- String
The intent of the utterance.
- dataset
- String
The dataset for this utterance. Allowed values are 'Train' and 'Test'.
Returns
A new OrchestrationExportedUtterance instance for mocking.