Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: remove feature flag disable_issue_modeling (#105)
Browse files Browse the repository at this point in the history
* feat: remove feature flag disable_issue_modeling

PiperOrigin-RevId: 411140666

Source-Link: googleapis/googleapis@9a182e6

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d3a2fcc899bc943af94854094ad162af65c9a242
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDNhMmZjYzg5OWJjOTQzYWY5NDg1NDA5NGFkMTYyYWY2NWM5YTI0MiJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 20, 2021
1 parent c656ea7 commit 6ce0ceb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/cloud/contact_center_insights_v1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,15 +1131,9 @@ class AnalysisConfig(proto.Message):
runtime_integration_analysis_percentage (float):
Percentage of conversations created using Dialogflow runtime
integration to analyze automatically, between [0, 100].
disable_issue_modeling (bool):
Whether to disable issue model inference
during analysis. By default issue modeling will
be included in analysis if there is an active
issue model for the project.
"""

runtime_integration_analysis_percentage = proto.Field(proto.DOUBLE, number=1,)
disable_issue_modeling = proto.Field(proto.BOOL, number=3,)

name = proto.Field(proto.STRING, number=1,)
create_time = proto.Field(proto.MESSAGE, number=2, message=timestamp_pb2.Timestamp,)
Expand Down

0 comments on commit 6ce0ceb

Please sign in to comment.