QnAMakerEndpoint Constructors

Definition

Overloads

QnAMakerEndpoint()

Initializes a new instance of the QnAMakerEndpoint class.

QnAMakerEndpoint(QnAMakerService)

Initializes a new instance of the QnAMakerEndpoint class.

QnAMakerEndpoint()

Initializes a new instance of the QnAMakerEndpoint class.

public QnAMakerEndpoint ();
Public Sub New ()

Applies to

QnAMakerEndpoint(QnAMakerService)

Initializes a new instance of the QnAMakerEndpoint class.

public QnAMakerEndpoint (Microsoft.Bot.Configuration.QnAMakerService service);
new Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint : Microsoft.Bot.Configuration.QnAMakerService -> Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint
Public Sub New (service As QnAMakerService)

Parameters

service
QnAMakerService

QnA service details from configuration.

Applies to