Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to replace nullValue default value to 'NULL_VALUE' instead of 0 #17

Open
jrtderonde opened this issue Jun 24, 2022 · 0 comments

Comments

@jrtderonde
Copy link

Hi,

I've been using this package for a project where I retrieve data from Google DialogFlow CX. I have been using it to compare certain user input to the input that's stored within DialogFlow CX. A few weeks ago, the implementation falsely compares two similar objects due to a (possible) change within Google's IStruct interface (?).

I found the following. DialogFlow CX is returning a null value as NULL_VALUE. The package, however, returns a null value as a 0.

DialogFlow CX: "nullValue": "NULL_VALUE"
This package: "nullValue": 0

Just wanted to create this issue to inform and/or check if there is a possibility to implement a different value for the null value or what would be your approach in this.

Kind regards,
J.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant