From e3fcbabc7bca1124be828a4ce7140b28bf3d93fc Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 7 Jun 2021 07:55:10 -0700 Subject: [PATCH] feat: support sentiment analysis in bot testing PiperOrigin-RevId: 377915759 --- google/cloud/dialogflow/cx/v3/test_case.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google/cloud/dialogflow/cx/v3/test_case.proto b/google/cloud/dialogflow/cx/v3/test_case.proto index f7b942221b..94e69aaed0 100644 --- a/google/cloud/dialogflow/cx/v3/test_case.proto +++ b/google/cloud/dialogflow/cx/v3/test_case.proto @@ -266,6 +266,9 @@ message ConversationTurn { // utterance. Often if parameters are injected, webhooks should not be // enabled. bool is_webhook_enabled = 3; + + // Whether sentiment analysis is enabled. + bool enable_sentiment_analysis = 7; } // The output from the virtual agent.