Skip to content

Commit 16ff813

Browse files
Google APIscopybara-github
authored andcommitted
docs: recommend AnalyzeContent for future users
PiperOrigin-RevId: 402401837
1 parent ae3a4a2 commit 16ff813

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

google/cloud/dialogflow/v2/session.proto

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ service Sessions {
6060
// and session entity types to be updated, which in turn might affect
6161
// results of future queries.
6262
//
63+
// If you might use
64+
// [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
65+
// or other CCAI products now or in the future, consider using
66+
// [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
67+
// instead of `DetectIntent`. `AnalyzeContent` has additional
68+
// functionality for Agent Assist and other CCAI products.
69+
//
6370
// Note: Always use agent versions for production traffic.
6471
// See [Versions and
6572
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -87,6 +94,13 @@ service Sessions {
8794
// and returns structured, actionable data as a result. This method is only
8895
// available via the gRPC API (not REST).
8996
//
97+
// If you might use
98+
// [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
99+
// or other CCAI products now or in the future, consider using
100+
// [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
101+
// instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
102+
// additional functionality for Agent Assist and other CCAI products.
103+
//
90104
// Note: Always use agent versions for production traffic.
91105
// See [Versions and
92106
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).

0 commit comments

Comments
 (0)