dialogflow-java-client-v2
dialogflow-java-client-v2 copied to clipboard
How to detect intent continuously.
I tried starting from the "DetectsIntentStreaming.java" example to make an application that would acquire the audio streaming from the microphone continuously trying to determine the intent. I tried to acquire the byte array from the targetDataLine instead of reading from the file, but without success. Can you help me? Is there someone who has already done it? How should I proceed according to you?