actions-on-google-java
actions-on-google-java copied to clipboard
Support noInputPrompts
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.
So it's not surfaced in the response payload object?
No exactly, it's a private property that you cannot access and it never written.
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.