QnAMakerEndpoint Constructors
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.
Overloads
| QnAMakerEndpoint() |
Initializes a new instance of the QnAMakerEndpoint class. |
| QnAMakerEndpoint(QnAMakerService) |
Initializes a new instance of the QnAMakerEndpoint class. |
QnAMakerEndpoint()
Initializes a new instance of the QnAMakerEndpoint class.
public QnAMakerEndpoint ();
Public Sub New ()
Applies to
QnAMakerEndpoint(QnAMakerService)
Initializes a new instance of the QnAMakerEndpoint class.
public QnAMakerEndpoint (Microsoft.Bot.Configuration.QnAMakerService service);
new Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint : Microsoft.Bot.Configuration.QnAMakerService -> Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint
Public Sub New (service As QnAMakerService)
Parameters
- service
- QnAMakerService
QnA service details from configuration.