ILuisOptions Interface
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.
Interface containing optional parameters for a LUIS request.
public interface ILuisOptions
type ILuisOptions = interface
Public Interface ILuisOptions
- Derived
Properties
BingSpellCheckSubscriptionKey |
The Bing Spell Check subscription key. |
Log |
Indicates if logging of queries to LUIS is allowed. |
SpellCheck |
Turn on spell checking. |
Staging |
Use the staging endpoint. |
TimezoneOffset |
The time zone offset. |
Verbose |
The verbose flag. |
Extension Methods
Apply(ILuisOptions, ILuisOptions) |