LuisPredictionOptions.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).
Gets or sets the time in milliseconds to wait before the request times out.
[System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).")]
public double Timeout { get; set; }
[<System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).")>]
member this.Timeout : double with get, set
Public Property Timeout As Double
Property Value
The time in milliseconds to wait before the request times out. Default is 100000 milliseconds.
- Attributes
Remarks
This value can only be set when LuisRecognizer is created and can't be changed in individual RecognizeAsync(ITurnContext, CancellationToken) calls.