Changelog

0.3.1 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (94e64ac)

0.3.0 (2021-09-20)

Features

  • add new issue model API methods (#25) (16a9bdd)

  • display_name is the display name for the assigned issue (#32) (5b0fa8e)

  • filter is used to filter conversations used for issue model training feat: update_time is used to indicate when the phrase matcher was updated (#48) (92b9f30)

  • support Dialogflow and user-specified participant IDs (16a9bdd)

Documentation

  • update pubsub_notification_settings docs (16a9bdd)

0.2.0 (2021-07-24)

Features

  • update contact center insights v1 prior to launch (#8) (1df2eff)

Bug Fixes

  • change nesting of Conversation.Transcript.Participant to ConversationParticipant (1df2eff)

  • enable self signed jwt for grpc (#9) (b1d5d2f)

  • remove AnnotationBoundary.time_offset (1df2eff)

Documentation

  • add Samples section to CONTRIBUTING.rst (#4) (6dcbc56)

0.1.1 (2021-07-21)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#3) (3c5be83)

0.1.0 (2021-07-16)

Features

Miscellaneous Chores