Share via


SpeechQuestionAnswerActivity.ExpectedSpeechInputs Property

An array of strings that are the expected speech inputs for this activity. A speech grammar object is automatically created using these strings.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property ExpectedSpeechInputs As String()
    Get
    Set
public string[] ExpectedSpeechInputs { get; set; }
public:
property array<String^>^ ExpectedSpeechInputs {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
function set_expectedSpeechInputs(value);

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace