Freigeben über


CustomQuestionAnswering Konstruktoren

Definition

Überlädt

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient)

Initialisiert eine neue Instanz der CustomQuestionAnswering-Klasse.

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient, IBotTelemetryClient, Boolean)

Initialisiert eine neue Instanz der CustomQuestionAnswering-Klasse.

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient)

Initialisiert eine neue Instanz der CustomQuestionAnswering-Klasse.

public CustomQuestionAnswering (Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint endpoint, Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions options = default, System.Net.Http.HttpClient httpClient = default);
new Microsoft.Bot.Builder.AI.QnA.CustomQuestionAnswering : Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint * Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions * System.Net.Http.HttpClient -> Microsoft.Bot.Builder.AI.QnA.CustomQuestionAnswering
Public Sub New (endpoint As QnAMakerEndpoint, Optional options As QnAMakerOptions = Nothing, Optional httpClient As HttpClient = Nothing)

Parameter

endpoint
QnAMakerEndpoint

Die QnAMakerEndpoint der abzufragenden Wissensdatenbank.

options
QnAMakerOptions

Die QnAMakerOptions für die benutzerdefinierte Wissensdatenbank für Fragen und Antworten.

httpClient
HttpClient

Ein alternativer Client, mit dem mit dem Sprachdienst gesprochen werden soll. Wenn NULL, wird für diese Instanz ein Standardclient verwendet.

Gilt für:

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient, IBotTelemetryClient, Boolean)

Initialisiert eine neue Instanz der CustomQuestionAnswering-Klasse.

public CustomQuestionAnswering (Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint endpoint, Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions options, System.Net.Http.HttpClient httpClient, Microsoft.Bot.Builder.IBotTelemetryClient telemetryClient, bool logPersonalInformation = false);
new Microsoft.Bot.Builder.AI.QnA.CustomQuestionAnswering : Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint * Microsoft.Bot.Builder.AI.QnA.QnAMakerOptions * System.Net.Http.HttpClient * Microsoft.Bot.Builder.IBotTelemetryClient * bool -> Microsoft.Bot.Builder.AI.QnA.CustomQuestionAnswering
Public Sub New (endpoint As QnAMakerEndpoint, options As QnAMakerOptions, httpClient As HttpClient, telemetryClient As IBotTelemetryClient, Optional logPersonalInformation As Boolean = false)

Parameter

endpoint
QnAMakerEndpoint

Die QnAMakerEndpoint der abzufragenden Wissensdatenbank.

options
QnAMakerOptions

Die QnAMakerOptions für die benutzerdefinierte Wissensdatenbank für Fragen und Antworten.

httpClient
HttpClient

Ein alternativer Client, mit dem mit dem Sprachdienst gesprochen werden soll. Wenn NULL, wird für diese Instanz ein Standardclient verwendet.

telemetryClient
IBotTelemetryClient

Der IBotTelemetryClient, der zum Protokollieren von Telemetrieereignissen verwendet wird.

logPersonalInformation
Boolean

Legen Sie diese Einstellung auf true fest, um personenbezogene Informationen in Telemetrieereignisse einzuschließen.

Gilt für: