Share via


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
Public Property InitialSilenceTimeout As TimeSpan
    Get
    Set
public TimeSpan InitialSilenceTimeout { get; set; }
public:
property TimeSpan InitialSilenceTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
function set_initialSilenceTimeout(value);

Exceptions

Exception Condition
System.ArgumentOutOfRangeException Thrown if trying to set the property to a value that is less than TimeSpan.Zero.

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace