Releases: gcaccaos/dialogflow-fulfillment
Releases · gcaccaos/dialogflow-fulfillment
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Added
- Getters and setters for RichResponse's attributes (and deprecation warnings
to set_*() methods). - Getter and setter for WebhookClient's followup_event attribute (and
deprecation warning to set_followup_event() method). - Docs: Examples to WebhookClient's methods docstrings.
- Docs: Examples to RichResponse's attributes docstrings.
- Docs: "See also" sections in RichResponse's docstrings.
- Docs: Type hints to WebhookClient's handle_request() method's docstring.
- Docs: "Detailed example" section in "Fulfillment overview" page.
Improved
- Typing annotations coverage.
v0.3.0
Added
- Docs: Add change log and contributing guide.
- Small improvements to the classes and methods docstrings.
- set_text() method for the Text response.
- set_subtitle(), set_image() and set_buttons() methods for the Card response.
- set_title() and set_quick_replies() to the QuickReplies response.
Bug fixes
- Fix Card and QuickReply missing fields.
- Fix optional parameters for all rich responses.
- Fix WebhookClient's parsing of Image and Card responses.
- Fix RichResponse instantiation (shouldn't be able to instantiate an abstract
base class).
Changed
- Docs: Change theme to Read the Docs' theme.