@@ -278,6 +278,9 @@ public final UnaryCallable<GetAgentRequest, Agent> getAgentCallable() {
278
278
/**
279
279
* Creates/updates the specified agent.
280
280
*
281
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
282
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
283
+ *
281
284
* <p>Sample code:
282
285
*
283
286
* <pre>{@code
@@ -299,6 +302,9 @@ public final Agent setAgent(Agent agent) {
299
302
/**
300
303
* Creates/updates the specified agent.
301
304
*
305
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
306
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
307
+ *
302
308
* <p>Sample code:
303
309
*
304
310
* <pre>{@code
@@ -323,6 +329,9 @@ public final Agent setAgent(SetAgentRequest request) {
323
329
/**
324
330
* Creates/updates the specified agent.
325
331
*
332
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
333
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
334
+ *
326
335
* <p>Sample code:
327
336
*
328
337
* <pre>{@code
@@ -658,7 +667,8 @@ public final UnaryCallable<SearchAgentsRequest, SearchAgentsResponse> searchAgen
658
667
/**
659
668
* Trains the specified agent.
660
669
*
661
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
670
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
671
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
662
672
*
663
673
* <p>Sample code:
664
674
*
@@ -683,7 +693,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(LocationName parent)
683
693
/**
684
694
* Trains the specified agent.
685
695
*
686
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
696
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
697
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
687
698
*
688
699
* <p>Sample code:
689
700
*
@@ -708,7 +719,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(ProjectName parent)
708
719
/**
709
720
* Trains the specified agent.
710
721
*
711
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
722
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
723
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
712
724
*
713
725
* <p>Sample code:
714
726
*
@@ -732,7 +744,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(String parent) {
732
744
/**
733
745
* Trains the specified agent.
734
746
*
735
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
747
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
748
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
736
749
*
737
750
* <p>Sample code:
738
751
*
@@ -757,7 +770,8 @@ public final OperationFuture<Empty, Struct> trainAgentAsync(TrainAgentRequest re
757
770
/**
758
771
* Trains the specified agent.
759
772
*
760
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
773
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
774
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
761
775
*
762
776
* <p>Sample code:
763
777
*
@@ -782,7 +796,8 @@ public final OperationCallable<TrainAgentRequest, Empty, Struct> trainAgentOpera
782
796
/**
783
797
* Trains the specified agent.
784
798
*
785
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
799
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
800
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
786
801
*
787
802
* <p>Sample code:
788
803
*
@@ -806,9 +821,6 @@ public final UnaryCallable<TrainAgentRequest, Operation> trainAgentCallable() {
806
821
/**
807
822
* Exports the specified agent to a ZIP file.
808
823
*
809
- * <p>Operation <response:
810
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
811
- *
812
824
* <p>Sample code:
813
825
*
814
826
* <pre>{@code
@@ -834,9 +846,6 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Locat
834
846
/**
835
847
* Exports the specified agent to a ZIP file.
836
848
*
837
- * <p>Operation <response:
838
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
839
- *
840
849
* <p>Sample code:
841
850
*
842
851
* <pre>{@code
@@ -862,9 +871,6 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Proje
862
871
/**
863
872
* Exports the specified agent to a ZIP file.
864
873
*
865
- * <p>Operation <response:
866
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
867
- *
868
874
* <p>Sample code:
869
875
*
870
876
* <pre>{@code
@@ -887,9 +893,6 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(Strin
887
893
/**
888
894
* Exports the specified agent to a ZIP file.
889
895
*
890
- * <p>Operation <response:
891
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
892
- *
893
896
* <p>Sample code:
894
897
*
895
898
* <pre>{@code
@@ -915,9 +918,6 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
915
918
/**
916
919
* Exports the specified agent to a ZIP file.
917
920
*
918
- * <p>Operation <response:
919
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
920
- *
921
921
* <p>Sample code:
922
922
*
923
923
* <pre>{@code
@@ -943,9 +943,6 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
943
943
/**
944
944
* Exports the specified agent to a ZIP file.
945
945
*
946
- * <p>Operation <response:
947
- * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
948
- *
949
946
* <p>Sample code:
950
947
*
951
948
* <pre>{@code
@@ -977,9 +974,11 @@ public final UnaryCallable<ExportAgentRequest, Operation> exportAgentCallable()
977
974
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
978
975
* returns in order to train explicitly.
979
976
*
980
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
981
- * which tracks when importing is complete. It only tracks when the draft agent is updated not
982
- * when it is done training.
977
+ * <p>An operation which tracks when importing is complete. It only tracks when the draft agent is
978
+ * updated not when it is done training.
979
+ *
980
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
981
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
983
982
*
984
983
* <p>Sample code:
985
984
*
@@ -1012,9 +1011,11 @@ public final OperationFuture<Empty, Struct> importAgentAsync(ImportAgentRequest
1012
1011
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
1013
1012
* returns in order to train explicitly.
1014
1013
*
1015
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
1016
- * which tracks when importing is complete. It only tracks when the draft agent is updated not
1017
- * when it is done training.
1014
+ * <p>An operation which tracks when importing is complete. It only tracks when the draft agent is
1015
+ * updated not when it is done training.
1016
+ *
1017
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
1018
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
1018
1019
*
1019
1020
* <p>Sample code:
1020
1021
*
@@ -1047,9 +1048,11 @@ public final OperationCallable<ImportAgentRequest, Empty, Struct> importAgentOpe
1047
1048
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
1048
1049
* returns in order to train explicitly.
1049
1050
*
1050
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
1051
- * which tracks when importing is complete. It only tracks when the draft agent is updated not
1052
- * when it is done training.
1051
+ * <p>An operation which tracks when importing is complete. It only tracks when the draft agent is
1052
+ * updated not when it is done training.
1053
+ *
1054
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
1055
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
1053
1056
*
1054
1057
* <p>Sample code:
1055
1058
*
@@ -1080,9 +1083,11 @@ public final UnaryCallable<ImportAgentRequest, Operation> importAgentCallable()
1080
1083
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
1081
1084
* returns in order to train explicitly.
1082
1085
*
1083
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
1084
- * which tracks when restoring is complete. It only tracks when the draft agent is updated not
1085
- * when it is done training.
1086
+ * <p>An operation which tracks when restoring is complete. It only tracks when the draft agent is
1087
+ * updated not when it is done training.
1088
+ *
1089
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
1090
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
1086
1091
*
1087
1092
* <p>Sample code:
1088
1093
*
@@ -1114,9 +1119,11 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
1114
1119
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
1115
1120
* returns in order to train explicitly.
1116
1121
*
1117
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
1118
- * which tracks when restoring is complete. It only tracks when the draft agent is updated not
1119
- * when it is done training.
1122
+ * <p>An operation which tracks when restoring is complete. It only tracks when the draft agent is
1123
+ * updated not when it is done training.
1124
+ *
1125
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
1126
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
1120
1127
*
1121
1128
* <p>Sample code:
1122
1129
*
@@ -1149,9 +1156,11 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
1149
1156
* [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
1150
1157
* returns in order to train explicitly.
1151
1158
*
1152
- * <p>Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> An operation
1153
- * which tracks when restoring is complete. It only tracks when the draft agent is updated not
1154
- * when it is done training.
1159
+ * <p>An operation which tracks when restoring is complete. It only tracks when the draft agent is
1160
+ * updated not when it is done training.
1161
+ *
1162
+ * <p>Note: You should always train an agent prior to sending it queries. See the [training
1163
+ * documentation](https://cloud.google.com/dialogflow/es/docs/training).
1155
1164
*
1156
1165
* <p>Sample code:
1157
1166
*
0 commit comments