QnAMakerEndpoint Class

Definition

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.

Applies to