Skip to content

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 f0e96df commit 05cae59
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
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 packages/google-cloud-dialogflow-cx/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 packages/google-cloud-dialogflow-cx/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 packages/google-cloud-dialogflow-cx/protos/protos.json

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

0 comments on commit 05cae59

Please sign in to comment.