mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
feat: support sentiment analysis in bot testing
PiperOrigin-RevId: 377915759
This commit is contained in:
parent
c76dbc16bd
commit
e3fcbabc7b
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue