Releases: GoogleCloudPlatform/dfcx-scrapi
Releases · GoogleCloudPlatform/dfcx-scrapi
v1.0.1
Bug Fixes
- Fixed an issue in
bulk_create_intent_from_dataframe
where themeta
object was being checked forbasic
mode even though themeta
object is not needed
Features
- Added basic bot building examples for Jupyter notebooks and Python that show how to build a Dialogflow CX agent from scratch using simple text inputs and a CSV file.
- added bot_building_101.ipynb
- added bot_building_101.py