RIDE API Documentation RIDE API Documentation
RIDE API Documentation RIDE API Documentation
Generated by DocFX

Search Results for

    Interface INLPQnASystem

    Interface for calling NLP QnA (question-and-answer) service.

    Inherited Members
    INLPSystem.Request(String, String, Action<NLPResponse>, String)
    IRideSystem.SystemAwakeCalled
    IRideSystem.SystemInitCalled
    IRideSystem.SystemAwake()
    IRideSystem.SystemInit()
    IRideSystem.SystemUpdate(Single)
    IRideSystem.SystemLateUpdate(Single)
    IRideSystem.SystemFixedUpdate(Single)
    IRideSystem.SystemShutdown()
    IRideSystem.isActive
    IRideSystem.Activate()
    IRideSystem.Deactivate()
    IApiInject.Inject(IApi)
    IIdentity.id
    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.

    © USC Institute for Creative Technologies. All rights reserved.