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

Commit

Permalink
feat(v3): support sentiment analysis in bot testing (#125)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 377915759

Source-Link: googleapis/googleapis@e3fcbab

Source-Link: googleapis/googleapis-gen@29b972d
  • Loading branch information
gcf-owl-bot[bot] committed Jun 17, 2021
1 parent 5847786 commit d6d7684
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protos/google/cloud/dialogflow/cx/v3/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
6 changes: 6 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6d7684

Please sign in to comment.