Skip to content

v1.0.1

Compare
Choose a tag to compare
@kmaphoenix kmaphoenix released this 18 Aug 05:56
· 782 commits to main since this release

Bug Fixes

  • Fixed an issue in bulk_create_intent_from_dataframe where the meta object was being checked for basic mode even though the meta 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