Skip to content

Commit e3fcbab

Browse files
Google APIscopybara-github
authored andcommitted
feat: support sentiment analysis in bot testing
PiperOrigin-RevId: 377915759
1 parent c76dbc1 commit e3fcbab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/dialogflow/cx/v3/test_case.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ message ConversationTurn {
266266
// utterance. Often if parameters are injected, webhooks should not be
267267
// enabled.
268268
bool is_webhook_enabled = 3;
269+
270+
// Whether sentiment analysis is enabled.
271+
bool enable_sentiment_analysis = 7;
269272
}
270273

271274
// The output from the virtual agent.

0 commit comments

Comments
 (0)