Share via


DispatchService Class

Definition

Caution

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

Configuration properties for a connected Dispatch Service.

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class DispatchService : Microsoft.Bot.Configuration.LuisService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type DispatchService = class
    inherit LuisService
Public Class DispatchService
Inherits LuisService
Inheritance
Attributes

Constructors

DispatchService()

Initializes a new instance of the DispatchService class.

Properties

AppId

Gets or sets appId for the LUIS model.

(Inherited from LuisService)
AuthoringKey

Gets or sets authoringKey for interacting with service management.

(Inherited from LuisService)
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.

(Inherited from LuisService)
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.

(Inherited from LuisService)
ServiceIds

Gets or sets the service IDs to include in the dispatch model.

SubscriptionKey

Gets or sets subscriptionKey for accessing this service.

(Inherited from LuisService)
Type

Gets or sets type of the service.

(Inherited from ConnectedService)
Version

Gets or sets version of the LUIS app.

(Inherited from LuisService)

Methods

Decrypt(String)

Decrypt properties on this service.

(Inherited from LuisService)
Encrypt(String)

Encrypt properties on this service.

(Inherited from LuisService)
GetEndpoint()

Gets the endpoint for this LUIS service.

(Inherited from LuisService)

Applies to