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
<DefaultValueAttribute(Nothing)> _
Public Property ExpectedSpeechInputs As String()
[DefaultValueAttribute(null)]
public string[] ExpectedSpeechInputs { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property array<String^>^ ExpectedSpeechInputs {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_expectedSpeechInputs();
function set_expectedSpeechInputs(value);