QnAMakerEndpoint Constructors

Definitie

Overloads

QnAMakerEndpoint()

Initialiseert een nieuw exemplaar van de QnAMakerEndpoint klasse.

QnAMakerEndpoint(QnAMakerService)
Verouderd.

Initialiseert een nieuw exemplaar van de QnAMakerEndpoint klasse.

QnAMakerEndpoint()

Initialiseert een nieuw exemplaar van de QnAMakerEndpoint klasse.

public QnAMakerEndpoint ();
Public Sub New ()

Van toepassing op

QnAMakerEndpoint(QnAMakerService)

Waarschuwing

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

Initialiseert een nieuw exemplaar van de QnAMakerEndpoint klasse.

[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-servicedetails uit configuratie.

Kenmerken

Van toepassing op