Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Description
DialogFlow CX EntityType import operation does not work when providing entityTypesContent, containing EntityType(s) without "name" field.
Steps to reproduce the issue
JSON string
Request body
Expected behavior
EntityType(s) are imported/created on the Agent, with new IDs/names.
Actual behavior
Response code 200, but EntityType(s) are not created on the Agent.
Note that it seems the issue can also be reproduced through the DialogFlow CX UI, with error:
Workarounds
Send multiple import requests, each with one EntityType defined
Documentation consulted
Other information
As mentioned, the import request with one EntityType will work as expected like so:
JSON string
Request body
This issue was noticed when trying to use ImportEntityTypesRequest on the DialogFlow CX v3beta1 Java client (0.67.0).
The error below is encountered - similar to when trying the import operation on the DialogFlow CX UI:
Thank you! :)