Interface INLPQnASystem
Interface for calling NLP QnA (question-and-answer) service.
Inherited Members
Namespace: Ride.NLP
Assembly: cs.temp.dll.dll
Syntax
public interface INLPQnASystem : INLPSystem, IRideSystem, IApiInject, IIdentity
Methods
Name | Description |
---|---|
AskQuestion(String, Action<NLPResponse>) | Asks question to NLP question-and-answer service. |