다음을 통해 공유


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로 설정합니다.

적용 대상