@@ -1199,12 +1199,12 @@ public final SuggestSmartRepliesResponse suggestSmartReplies(SuggestSmartReplies
1199
1199
* <p>This method should be used by human agent client software to fetch auto generated
1200
1200
* suggestions in real-time, while the conversation with an end user is in progress. The
1201
1201
* functionality is implemented in terms of the [list
1202
- * pagination](/ apis/design/design_patterns#list_pagination) design pattern. The client app should
1203
- * use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
1204
- * sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
1205
- * to 1. To fetch new suggestions without duplication, send request with filter
1206
- * `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty
1207
- * page_token.
1202
+ * pagination](https://cloud.google.com/ apis/design/design_patterns#list_pagination) design
1203
+ * pattern. The client app should use the `next_page_token` field to fetch the next batch of
1204
+ * suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
1205
+ * suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
1206
+ * request with filter `create_time_epoch_microseconds > [first item's create_time of previous
1207
+ * request]` and empty page_token.
1208
1208
*
1209
1209
* <p>Sample code:
1210
1210
*
@@ -1243,12 +1243,12 @@ public final ListSuggestionsPagedResponse listSuggestions(ListSuggestionsRequest
1243
1243
* <p>This method should be used by human agent client software to fetch auto generated
1244
1244
* suggestions in real-time, while the conversation with an end user is in progress. The
1245
1245
* functionality is implemented in terms of the [list
1246
- * pagination](/ apis/design/design_patterns#list_pagination) design pattern. The client app should
1247
- * use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
1248
- * sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
1249
- * to 1. To fetch new suggestions without duplication, send request with filter
1250
- * `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty
1251
- * page_token.
1246
+ * pagination](https://cloud.google.com/ apis/design/design_patterns#list_pagination) design
1247
+ * pattern. The client app should use the `next_page_token` field to fetch the next batch of
1248
+ * suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
1249
+ * suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
1250
+ * request with filter `create_time_epoch_microseconds > [first item's create_time of previous
1251
+ * request]` and empty page_token.
1252
1252
*
1253
1253
* <p>Sample code:
1254
1254
*
@@ -1289,12 +1289,12 @@ public final ListSuggestionsPagedResponse listSuggestions(ListSuggestionsRequest
1289
1289
* <p>This method should be used by human agent client software to fetch auto generated
1290
1290
* suggestions in real-time, while the conversation with an end user is in progress. The
1291
1291
* functionality is implemented in terms of the [list
1292
- * pagination](/ apis/design/design_patterns#list_pagination) design pattern. The client app should
1293
- * use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
1294
- * sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
1295
- * to 1. To fetch new suggestions without duplication, send request with filter
1296
- * `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty
1297
- * page_token.
1292
+ * pagination](https://cloud.google.com/ apis/design/design_patterns#list_pagination) design
1293
+ * pattern. The client app should use the `next_page_token` field to fetch the next batch of
1294
+ * suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
1295
+ * suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
1296
+ * request with filter `create_time_epoch_microseconds > [first item's create_time of previous
1297
+ * request]` and empty page_token.
1298
1298
*
1299
1299
* <p>Sample code:
1300
1300
*
0 commit comments