dialogflow-java-client-v2
dialogflow-java-client-v2 copied to clipboard
How to make double responses works on android.
@abhi007tyagi hi, thankyou for your code. i've implemented it on my application.
But i wonder how to make double responses on android. it would be great if it can.
Originally posted by @ariestwn in https://github.com/dialogflow/dialogflow-java-client-v2/issues/25#issuecomment-477462279
Double responses may not be possible at the moment as Dialogflow only supports 1-1 conversation.
what i mean is when i create response like
function newAgent(agent){
agent.add('reply1');
agent.add('reply2');
}
on Line integrations it works, but it doesn't work when i try it on android or web demo
Yes, it is not supported by Dialogflow for Android/Java. You can raise an enhancement/feature for this.