QnAMakerEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an endpoint used to connect to a QnA Maker Knowledge base.
public class QnAMakerEndpoint
type QnAMakerEndpoint = class
Public Class QnAMakerEndpoint
- Inheritance
-
QnAMakerEndpoint
Constructors
QnAMakerEndpoint() |
Initializes a new instance of the QnAMakerEndpoint class. |
QnAMakerEndpoint(QnAMakerService) |
Obsolete.
Initializes a new instance of the QnAMakerEndpoint class. |
Properties
EndpointKey |
Gets or sets the endpoint key for the knowledge base. |
Host |
Gets or sets the host path. For example "https://westus.api.cognitive.microsoft.com/qnamaker/v2.0". |
KnowledgeBaseId |
Gets or sets the knowledge base ID. |
QnAServiceType |
Gets or sets the QnAServiceType to query QnAMaker or Custom Question Answering Knowledge Base. |