diff --git a/.coveragerc b/.coveragerc index a6e44e2d..0b2dc233 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,6 @@ branch = True [report] -fail_under = 100 show_missing = True omit = google/cloud/dialogflowcx/__init__.py diff --git a/google/cloud/dialogflowcx_v3/types/test_case.py b/google/cloud/dialogflowcx_v3/types/test_case.py index 0d683454..9c77ccab 100644 --- a/google/cloud/dialogflowcx_v3/types/test_case.py +++ b/google/cloud/dialogflowcx_v3/types/test_case.py @@ -198,6 +198,8 @@ class UserInput(proto.Message): response to the user utterance. Often if parameters are injected, webhooks should not be enabled. + enable_sentiment_analysis (bool): + Whether sentiment analysis is enabled. """ input = proto.Field(proto.MESSAGE, number=5, message=session.QueryInput,) @@ -205,6 +207,7 @@ class UserInput(proto.Message): proto.MESSAGE, number=2, message=struct_pb2.Struct, ) is_webhook_enabled = proto.Field(proto.BOOL, number=3,) + enable_sentiment_analysis = proto.Field(proto.BOOL, number=7,) class VirtualAgentOutput(proto.Message): r"""The output from the virtual agent.