LuisService Class
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
This class is deprecated. See https://aka.ms/bot-file-basics for more information.
Configuration properties for a connected LUIS Service.
[System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)]
public class LuisService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)>]
type LuisService = class
inherit ConnectedService
Public Class LuisService
Inherits ConnectedService
- Inheritance
- Derived
- Attributes
Constructors
LuisService() |
Initializes a new instance of the LuisService class. |
Properties
AppId |
Gets or sets appId for the LUIS model. |
AuthoringKey |
Gets or sets authoringKey for interacting with service management. |
CustomEndpoint |
Gets or sets the URL for a custom endpoint. This should only be used when the LUIS deployed via a container. If a value is set, then the GetEndpoint() method will return the value for Custom Endpoint. |
Id |
Gets or sets unique id for the service. (Inherited from ConnectedService) |
Name |
Gets or sets user friendly name of the service. (Inherited from ConnectedService) |
Properties |
Gets or sets properties that are not otherwise defined. (Inherited from ConnectedService) |
Region |
Gets or sets region. |
SubscriptionKey |
Gets or sets subscriptionKey for accessing this service. |
Type |
Gets or sets type of the service. (Inherited from ConnectedService) |
Version |
Gets or sets version of the LUIS app. |
Methods
Decrypt(String) |
Decrypt properties on this service. |
Encrypt(String) |
Encrypt properties on this service. |
GetEndpoint() |
Gets the endpoint for this LUIS service. |