LuisRequest.BuildUri(ILuisModel) Method
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.
Build the Uri for issuing the request for the specified Luis model.
public Uri BuildUri (Microsoft.Bot.Builder.Luis.ILuisModel model);
member this.BuildUri : Microsoft.Bot.Builder.Luis.ILuisModel -> Uri
Public Function BuildUri (model As ILuisModel) As Uri
Parameters
- model
- ILuisModel
The Luis model.
Returns
The request Uri.