@@ -190,6 +190,12 @@ public abstract static class SessionsImplBase implements io.grpc.BindableService
190190 * as a result. This method is not idempotent, because it may cause contexts
191191 * and session entity types to be updated, which in turn might affect
192192 * results of future queries.
193+ * If you might use
194+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
195+ * or other CCAI products now or in the future, consider using
196+ * [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
197+ * instead of `DetectIntent`. `AnalyzeContent` has additional
198+ * functionality for Agent Assist and other CCAI products.
193199 * Note: Always use agent versions for production traffic.
194200 * See [Versions and
195201 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -210,6 +216,12 @@ public void detectIntent(
210216 * Processes a natural language query in audio format in a streaming fashion
211217 * and returns structured, actionable data as a result. This method is only
212218 * available via the gRPC API (not REST).
219+ * If you might use
220+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
221+ * or other CCAI products now or in the future, consider using
222+ * [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
223+ * instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
224+ * additional functionality for Agent Assist and other CCAI products.
213225 * Note: Always use agent versions for production traffic.
214226 * See [Versions and
215227 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -272,6 +284,12 @@ protected SessionsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOp
272284 * as a result. This method is not idempotent, because it may cause contexts
273285 * and session entity types to be updated, which in turn might affect
274286 * results of future queries.
287+ * If you might use
288+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
289+ * or other CCAI products now or in the future, consider using
290+ * [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
291+ * instead of `DetectIntent`. `AnalyzeContent` has additional
292+ * functionality for Agent Assist and other CCAI products.
275293 * Note: Always use agent versions for production traffic.
276294 * See [Versions and
277295 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -294,6 +312,12 @@ public void detectIntent(
294312 * Processes a natural language query in audio format in a streaming fashion
295313 * and returns structured, actionable data as a result. This method is only
296314 * available via the gRPC API (not REST).
315+ * If you might use
316+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
317+ * or other CCAI products now or in the future, consider using
318+ * [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
319+ * instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
320+ * additional functionality for Agent Assist and other CCAI products.
297321 * Note: Always use agent versions for production traffic.
298322 * See [Versions and
299323 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -338,6 +362,12 @@ protected SessionsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOption
338362 * as a result. This method is not idempotent, because it may cause contexts
339363 * and session entity types to be updated, which in turn might affect
340364 * results of future queries.
365+ * If you might use
366+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
367+ * or other CCAI products now or in the future, consider using
368+ * [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
369+ * instead of `DetectIntent`. `AnalyzeContent` has additional
370+ * functionality for Agent Assist and other CCAI products.
341371 * Note: Always use agent versions for production traffic.
342372 * See [Versions and
343373 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -378,6 +408,12 @@ protected SessionsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
378408 * as a result. This method is not idempotent, because it may cause contexts
379409 * and session entity types to be updated, which in turn might affect
380410 * results of future queries.
411+ * If you might use
412+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
413+ * or other CCAI products now or in the future, consider using
414+ * [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
415+ * instead of `DetectIntent`. `AnalyzeContent` has additional
416+ * functionality for Agent Assist and other CCAI products.
381417 * Note: Always use agent versions for production traffic.
382418 * See [Versions and
383419 * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
0 commit comments