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

feat: remove feature flag disable_issue_modeling #105

Merged
merged 2 commits into from
Nov 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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