Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat(v3beta1): support sentiment analysis in bot testing #127

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protos/google/cloud/dialogflow/cx/v3beta1/test_case.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading