次の方法で共有


CustomQuestionAnswering コンストラクター

定義

オーバーロード

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient)

CustomQuestionAnswering クラスの新しいインスタンスを初期化します。

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

CustomQuestionAnswering クラスの新しいインスタンスを初期化します。

CustomQuestionAnswering(QnAMakerEndpoint, QnAMakerOptions, HttpClient)

CustomQuestionAnswering クラスの新しいインスタンスを初期化します。

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)

パラメーター

endpoint
QnAMakerEndpoint

QnAMakerEndpointクエリを実行するサポート情報の 。

options
QnAMakerOptions

QnAMakerOptionsカスタム質問応答ナレッジ ベースの 。

httpClient
HttpClient

言語サービスと通信する代替クライアント。 null の場合、このインスタンスには既定のクライアントが使用されます。

適用対象

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

CustomQuestionAnswering クラスの新しいインスタンスを初期化します。

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)

パラメーター

endpoint
QnAMakerEndpoint

QnAMakerEndpointクエリを実行するサポート情報の 。

options
QnAMakerOptions

QnAMakerOptionsカスタム質問応答ナレッジ ベースの 。

httpClient
HttpClient

言語サービスと通信する代替クライアント。 null の場合、このインスタンスには既定のクライアントが使用されます。

telemetryClient
IBotTelemetryClient

テレメトリ イベントのログ記録に使用される IBotTelemetryClient。

logPersonalInformation
Boolean

テレメトリ イベントに個人を特定できる情報を含めるには、true に設定します。

適用対象