feat: support sentiment analysis in bot testing

PiperOrigin-RevId: 377915759
This commit is contained in:
Google APIs 2021-06-07 07:55:10 -07:00 committed by Copybara-Service
parent c76dbc16bd
commit e3fcbabc7b

View file

@ -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.