예제 #1
0
    void SendToLuis()
    {
        string luisRequest = microphoneManager.GetDictation();

        LUISController.setDictationRequest(luisRequest);
    }