Changelog

1.3.2 (2022-06-07)

Bug Fixes

Documentation

1.3.1 (2022-03-07)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#136) (dc326bc)

1.3.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (02ad5e1)

1.2.1 (2022-01-20)

Documentation

  • Clarify comments of ConversationView enum (#123) (96196d9)

1.2.0 (2022-01-14)

Features

1.1.0 (2021-11-05)

Features

  • Add ability to update phrase matchers (#93) (0b5b07a)

  • Add display name to issue model stats (0b5b07a)

  • Add issue model stats to time series (0b5b07a)

1.0.0 (2021-11-03)

Features

  • bump release level to production/stable (#89) (d93e829)

0.6.1 (2021-11-02)

Bug Fixes

  • deps: drop packaging dependency (daf9af8)

  • deps: require google-api-core >= 1.28.0 (daf9af8)

Documentation

  • list oneofs in docstring (daf9af8)

0.6.0 (2021-10-11)

Features

  • add context manager support in client (#70) (f90696e)

0.5.0 (2021-10-04)

Features

Bug Fixes

  • improper types in pagers generation (3bc4439)

0.4.0 (2021-09-29)

Features

  • add metadata from dialogflow related to transcript segment (#54) (ef575cf)

  • add obfuscated if from dialogflow (ef575cf)

  • add sentiment data for transcript segment (ef575cf)

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