CallAutomationModelFactory.ChoiceResult(String, String) Method

Definition

Initializes a new instance of ChoiceResult.

public static Azure.Communication.CallAutomation.ChoiceResult ChoiceResult (string label = default, string recognizedPhrase = default);
static member ChoiceResult : string * string -> Azure.Communication.CallAutomation.ChoiceResult
Public Shared Function ChoiceResult (Optional label As String = Nothing, Optional recognizedPhrase As String = Nothing) As ChoiceResult

Parameters

label
String

Label is the primary identifier for the choice detected.

recognizedPhrase
String

Phrases are set to the value if choice is selected via phrase detection. If Dtmf input is recognized, then Label will be the identifier for the choice detected and phrases will be set to null

Returns

A new ChoiceResult instance for mocking.

Applies to