dialogflow-java-client-v2 icon indicating copy to clipboard operation
dialogflow-java-client-v2 copied to clipboard

How to make double responses works on android.

Open ariestwn opened this issue 5 years ago • 3 comments

@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.

Screenshot_20190328-130118 png

Originally posted by @ariestwn in https://github.com/dialogflow/dialogflow-java-client-v2/issues/25#issuecomment-477462279

ariestwn avatar Mar 28 '19 06:03 ariestwn

Double responses may not be possible at the moment as Dialogflow only supports 1-1 conversation.

abhi007tyagi avatar Mar 28 '19 06:03 abhi007tyagi

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

ariestwn avatar Mar 28 '19 10:03 ariestwn

Yes, it is not supported by Dialogflow for Android/Java. You can raise an enhancement/feature for this.

abhi007tyagi avatar Mar 28 '19 10:03 abhi007tyagi