Skip to content

Commit

Permalink
docs: recommend AnalyzeContent for future users
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 402401837

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 11 15:05:36 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 16ff8131d5ee3aac50018069e91f80b60ee3caaa
Source-Link: googleapis/googleapis@16ff813
  • Loading branch information
yoshi-automation authored and jskeet committed Oct 12, 2021
1 parent 8e7d0f8 commit 03f91a3
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ public abstract partial class SessionsBase
/// 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 @@ -125,6 +132,13 @@ public abstract partial class SessionsBase
/// 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 @@ -174,6 +188,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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 @@ -194,6 +215,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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 @@ -212,6 +240,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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 @@ -232,6 +267,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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 @@ -249,6 +291,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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 All @@ -267,6 +316,13 @@ protected SessionsClient(ClientBaseConfiguration configuration) : base(configura
/// 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
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -275,6 +282,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -291,6 +305,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -307,6 +328,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -355,6 +383,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -403,6 +438,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -447,6 +489,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -495,6 +544,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -543,6 +599,13 @@ internal static SessionsClient Create(grpccore::CallInvoker callInvoker, Session
/// 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 @@ -594,6 +657,13 @@ public abstract partial class StreamingDetectIntentStream : gaxgrpc::Bidirection
/// 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 @@ -662,6 +732,13 @@ public SessionsClientImpl(Sessions.SessionsClient grpcClient, SessionsSettings s
/// 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 @@ -681,6 +758,13 @@ public override DetectIntentResponse DetectIntent(DetectIntentRequest request, g
/// 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 @@ -744,6 +828,13 @@ private StreamingDetectIntentRequest ModifyRequest(StreamingDetectIntentRequest
/// 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
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dialogflow.V2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0cfe2ce81d1b81069d62ad1c9c28d5cab21c1958"
"sha": "16ff8131d5ee3aac50018069e91f80b60ee3caaa"
}
}
]
Expand Down

0 comments on commit 03f91a3

Please sign in to comment.