다음을 통해 공유


QnAMakerEndpoint 생성자

정의

오버로드

QnAMakerEndpoint()

QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다.

QnAMakerEndpoint(QnAMakerService)
사용되지 않음.

QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다.

QnAMakerEndpoint()

QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다.

public QnAMakerEndpoint ();
Public Sub New ()

적용 대상

QnAMakerEndpoint(QnAMakerService)

주의

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

QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다.

[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)

매개 변수

service
QnAMakerService

구성의 QnA 서비스 세부 정보입니다.

특성

적용 대상