SpeechQuestionAnswerActivity.InitialSilenceTimeout Property
Gets the length of time after the prompt has completed that the user has to provide input, or the activity will play the prompt again.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(TimeSpanConverter))> _
Public Property InitialSilenceTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As TimeSpan
value = instance.InitialSilenceTimeout
instance.InitialSilenceTimeout = value
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan InitialSilenceTimeout { get; set; }
Property Value
Type: System.TimeSpan
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if trying to set the property to a value that is less than TimeSpan.Zero. |
See Also
Reference
SpeechQuestionAnswerActivity Class