actions-on-google / actions-on-google-java

Java/Kotlin library for Actions on Google
Apache License 2.0
286 stars 39 forks source link

Support noInputPrompts #40

Open ansman opened 4 years ago

ansman commented 4 years ago

As of version 1.8.0 noInputPrompts is not supported. There is a field in DialogflowGooglePayload declared for it but it is never used. This is important for us to be able to migrate away from our own SDK.

Fleker commented 4 years ago

So it's not surfaced in the response payload object?

ansman commented 4 years ago

No exactly, it's a private property that you cannot access and it never written.

Fleker commented 4 years ago

As you seem to be familiar with the specific lines, would you mind posting them here? It seems like it should be feasible to flip a few bits.