@@ -62,6 +62,13 @@ service Sessions {
6262 // and session entity types to be updated, which in turn might affect
6363 // results of future queries.
6464 //
65+ // If you might use
66+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
67+ // or other CCAI products now or in the future, consider using
68+ // [AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent]
69+ // instead of `DetectIntent`. `AnalyzeContent` has additional
70+ // functionality for Agent Assist and other CCAI products.
71+ //
6572 // Note: Always use agent versions for production traffic.
6673 // See [Versions and
6774 // environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -89,6 +96,13 @@ service Sessions {
8996 // and returns structured, actionable data as a result. This method is only
9097 // available via the gRPC API (not REST).
9198 //
99+ // If you might use
100+ // [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
101+ // or other CCAI products now or in the future, consider using
102+ // [StreamingAnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.StreamingAnalyzeContent]
103+ // instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
104+ // additional functionality for Agent Assist and other CCAI products.
105+ //
92106 // Note: Always use agent versions for production traffic.
93107 // See [Versions and
94108 // environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
0 commit comments