Skip to content

Commit

Permalink
docs: recommend AnalyzeContent for future users
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 401877120
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 8, 2021
1 parent dc9f252 commit 9af371c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions google/cloud/dialogflow/v2beta1/session.proto
Expand Up @@ -62,6 +62,13 @@ service Sessions {
// 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.v2beta1.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).
Expand Down Expand Up @@ -89,6 +96,13 @@ service Sessions {
// 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.v2beta1.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).
Expand Down

0 comments on commit 9af371c

Please sign in to comment.