Share via


QnAMakerEndpoint Constructors

Definition

Overloads

QnAMakerEndpoint()

Initializes a new instance of the QnAMakerEndpoint class.

QnAMakerEndpoint(QnAMakerService)
Obsolete.

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)

Caution

This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.

Initializes a new instance of the QnAMakerEndpoint class.

[System.Obsolete("This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.")]
public QnAMakerEndpoint (Microsoft.Bot.Configuration.QnAMakerService service);
[<System.Obsolete("This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.")>]
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.

Attributes

Applies to