summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-10-12 07:34:46 -0700
committerGitHub <noreply@github.com>2021-10-12 08:34:46 -0600
commite1d23e1da1781fb3d325f03e47fb885368dde81a (patch)
tree00d9eaa19a0906b70eac4c79a9266300df509d13
parenta5fb3255271e806e330ca6896fdd306c156c6663 (diff)
downloadgoogleapis-go-genproto-e1d23e1da1781fb3d325f03e47fb885368dde81a.tar.gz
chore(all): auto-regenerate .pb.go files (#697)
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#4977 Changes: docs(dialogflow): recommend AnalyzeContent for future users PiperOrigin-RevId: 402401837 Source-Link: https://github.com/googleapis/googleapis/commit/16ff8131d5ee3aac50018069e91f80b60ee3caaa
-rw-r--r--googleapis/cloud/dialogflow/v2/session.pb.go28
-rw-r--r--regen.txt2
2 files changed, 29 insertions, 1 deletions
diff --git a/googleapis/cloud/dialogflow/v2/session.pb.go b/googleapis/cloud/dialogflow/v2/session.pb.go
index 308ba987..5ab8d8d5 100644
--- a/googleapis/cloud/dialogflow/v2/session.pb.go
+++ b/googleapis/cloud/dialogflow/v2/session.pb.go
@@ -2275,6 +2275,13 @@ type SessionsClient interface {
// and session entity types to be updated, which in turn might affect
// results of future queries.
//
+ // If you might use
+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
+ // or other CCAI products now or in the future, consider using
+ // [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
+ // instead of `DetectIntent`. `AnalyzeContent` has additional
+ // functionality for Agent Assist and other CCAI products.
+ //
// Note: Always use agent versions for production traffic.
// See [Versions and
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -2283,6 +2290,13 @@ type SessionsClient interface {
// and returns structured, actionable data as a result. This method is only
// available via the gRPC API (not REST).
//
+ // If you might use
+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
+ // or other CCAI products now or in the future, consider using
+ // [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
+ // instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
+ // additional functionality for Agent Assist and other CCAI products.
+ //
// Note: Always use agent versions for production traffic.
// See [Versions and
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -2344,6 +2358,13 @@ type SessionsServer interface {
// and session entity types to be updated, which in turn might affect
// results of future queries.
//
+ // If you might use
+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
+ // or other CCAI products now or in the future, consider using
+ // [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
+ // instead of `DetectIntent`. `AnalyzeContent` has additional
+ // functionality for Agent Assist and other CCAI products.
+ //
// Note: Always use agent versions for production traffic.
// See [Versions and
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -2352,6 +2373,13 @@ type SessionsServer interface {
// and returns structured, actionable data as a result. This method is only
// available via the gRPC API (not REST).
//
+ // If you might use
+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
+ // or other CCAI products now or in the future, consider using
+ // [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
+ // instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
+ // additional functionality for Agent Assist and other CCAI products.
+ //
// Note: Always use agent versions for production traffic.
// See [Versions and
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
diff --git a/regen.txt b/regen.txt
index 09dc56af..a8007eb3 100644
--- a/regen.txt
+++ b/regen.txt
@@ -1 +1 @@
-ae3a4a281d8f35d2327328e95da9dc9146716ae2 \ No newline at end of file
+16ff8131d5ee3aac50018069e91f80b60ee3caaa \ No newline at end of file