File tree 3 files changed +29
-2
lines changed
packages/google-cloud-dialogflow
protos/google/cloud/dialogflow/v2beta1 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 3
3
"skip" : [
4
4
" https://codecov.io/gh/googleapis/" ,
5
5
" www.googleapis.com" ,
6
- " img.shields.io" ,
7
- " https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/webhook.js"
6
+ " img.shields.io"
8
7
],
9
8
"silent" : true ,
10
9
"concurrency" : 10
Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ service Sessions {
62
62
// and session entity types to be updated, which in turn might affect
63
63
// results of future queries.
64
64
//
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
+ //
65
72
// Note: Always use agent versions for production traffic.
66
73
// See [Versions and
67
74
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -89,6 +96,13 @@ service Sessions {
89
96
// and returns structured, actionable data as a result. This method is only
90
97
// available via the gRPC API (not REST).
91
98
//
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
+ //
92
106
// Note: Always use agent versions for production traffic.
93
107
// See [Versions and
94
108
// environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
Original file line number Diff line number Diff line change @@ -472,6 +472,13 @@ export class SessionsClient {
472
472
* and session entity types to be updated, which in turn might affect
473
473
* results of future queries.
474
474
*
475
+ * If you might use
476
+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
477
+ * or other CCAI products now or in the future, consider using
478
+ * {@link google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent|AnalyzeContent}
479
+ * instead of `DetectIntent`. `AnalyzeContent` has additional
480
+ * functionality for Agent Assist and other CCAI products.
481
+ *
475
482
* Note: Always use agent versions for production traffic.
476
483
* See [Versions and
477
484
* environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
@@ -587,6 +594,13 @@ export class SessionsClient {
587
594
* and returns structured, actionable data as a result. This method is only
588
595
* available via the gRPC API (not REST).
589
596
*
597
+ * If you might use
598
+ * [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
599
+ * or other CCAI products now or in the future, consider using
600
+ * {@link google.cloud.dialogflow.v2beta1.Participants.StreamingAnalyzeContent|StreamingAnalyzeContent}
601
+ * instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
602
+ * additional functionality for Agent Assist and other CCAI products.
603
+ *
590
604
* Note: Always use agent versions for production traffic.
591
605
* See [Versions and
592
606
* environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
You can’t perform that action at this time.
0 commit comments