* Fix: Documentation of `FulfillmentAutomation` and `TierConfigAutomation`, and added documentation for `ActivationTemplateResponse` and `ActivationTileResponse`.
* Fix: Return value of `Fulfillment.needs_migration` when migration_info exists but has no value.
* Fix: Some requests are returning params with null values, so support for it has been added.
* Fix: Ensure that the response of an HTTP request is a valid string.
* Fix: Checking for validity of conversation object was done on approval, but not on fail, inquire nor skip.
* Fix: Deserialization of `ServerErrorResponse` in `ApiClient._check_and_pack_response`.