Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ public SessionsStub getStub() {
* method is not idempotent, because it may cause contexts and session entity types to be updated,
* which in turn might affect results of future queries.
*
* <p>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.
*
* <p>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 @@ -195,6 +201,12 @@ public final DetectIntentResponse detectIntent(SessionName session, QueryInput q
* method is not idempotent, because it may cause contexts and session entity types to be updated,
* which in turn might affect results of future queries.
*
* <p>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.
*
* <p>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 @@ -240,6 +252,12 @@ public final DetectIntentResponse detectIntent(String session, QueryInput queryI
* method is not idempotent, because it may cause contexts and session entity types to be updated,
* which in turn might affect results of future queries.
*
* <p>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.
*
* <p>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 @@ -273,6 +291,12 @@ public final DetectIntentResponse detectIntent(DetectIntentRequest request) {
* method is not idempotent, because it may cause contexts and session entity types to be updated,
* which in turn might affect results of future queries.
*
* <p>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.
*
* <p>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 @@ -306,6 +330,12 @@ public final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectInte
* structured, actionable data as a result. This method is only available via the gRPC API (not
* REST).
*
* <p>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.
*
* <p>Note: Always use agent versions for production traffic. See [Versions and
* environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ public abstract static class SessionsImplBase implements io.grpc.BindableService
* as a result. This method is not idempotent, because it may cause contexts
* 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).
Expand All @@ -210,6 +216,12 @@ public void detectIntent(
* Processes a natural language query in audio format in a streaming fashion
* 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).
Expand Down Expand Up @@ -272,6 +284,12 @@ protected SessionsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOp
* as a result. This method is not idempotent, because it may cause contexts
* 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).
Expand All @@ -294,6 +312,12 @@ public void detectIntent(
* Processes a natural language query in audio format in a streaming fashion
* 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).
Expand Down Expand Up @@ -338,6 +362,12 @@ protected SessionsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOption
* as a result. This method is not idempotent, because it may cause contexts
* 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).
Expand Down Expand Up @@ -378,6 +408,12 @@ protected SessionsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
* as a result. This method is not idempotent, because it may cause contexts
* 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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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.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).
Expand Down Expand Up @@ -87,6 +94,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.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).
Expand Down