QnAMakerEndpoint 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
QnAMakerEndpoint() |
QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다. |
QnAMakerEndpoint(QnAMakerService) |
사용되지 않음.
QnAMakerEndpoint 클래스의 새 인스턴스를 초기화합니다. |
QnAMakerEndpoint()
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 서비스 세부 정보입니다.
- 특성