QnAMakerService Class

Definition

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

Constructors

QnAMakerService()

Initializes a new instance of the QnAMakerService class.

Properties

EndpointKey

Gets or sets endpointKey.

Hostname

Gets or sets url for the deployed qnaMaker instance.

Id

Gets or sets unique id for the service.

(Inherited from ConnectedService)
KbId

Gets or sets kbId.

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)
SubscriptionKey

Gets or sets subscriptionKey.

Type

Gets or sets type of the service.

(Inherited from ConnectedService)

Methods

Decrypt(String)

Decrypt properties on this service.

Encrypt(String)

Encrypt properties on this service.

Applies to