diff --git a/google/cloud/contact_center_insights_v1/types/resources.py b/google/cloud/contact_center_insights_v1/types/resources.py index 5e11dc3..ee6b3c3 100644 --- a/google/cloud/contact_center_insights_v1/types/resources.py +++ b/google/cloud/contact_center_insights_v1/types/resources.py @@ -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,)