Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

docs: update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns #595

Merged
merged 1 commit into from
Jun 14, 2021
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 @@ -1199,12 +1199,12 @@ public final SuggestSmartRepliesResponse suggestSmartReplies(SuggestSmartReplies
* <p>This method should be used by human agent client software to fetch auto generated
* suggestions in real-time, while the conversation with an end user is in progress. The
* functionality is implemented in terms of the [list
* pagination](/apis/design/design_patterns#list_pagination) design pattern. The client app should
* use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
* sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
* to 1. To fetch new suggestions without duplication, send request with filter
* `create_time_epoch_microseconds &gt; [first item's create_time of previous request]` and empty
* page_token.
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination) design
* pattern. The client app should use the `next_page_token` field to fetch the next batch of
* suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
* suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
* request with filter `create_time_epoch_microseconds &gt; [first item's create_time of previous
* request]` and empty page_token.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1243,12 +1243,12 @@ public final ListSuggestionsPagedResponse listSuggestions(ListSuggestionsRequest
* <p>This method should be used by human agent client software to fetch auto generated
* suggestions in real-time, while the conversation with an end user is in progress. The
* functionality is implemented in terms of the [list
* pagination](/apis/design/design_patterns#list_pagination) design pattern. The client app should
* use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
* sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
* to 1. To fetch new suggestions without duplication, send request with filter
* `create_time_epoch_microseconds &gt; [first item's create_time of previous request]` and empty
* page_token.
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination) design
* pattern. The client app should use the `next_page_token` field to fetch the next batch of
* suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
* suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
* request with filter `create_time_epoch_microseconds &gt; [first item's create_time of previous
* request]` and empty page_token.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1289,12 +1289,12 @@ public final ListSuggestionsPagedResponse listSuggestions(ListSuggestionsRequest
* <p>This method should be used by human agent client software to fetch auto generated
* suggestions in real-time, while the conversation with an end user is in progress. The
* functionality is implemented in terms of the [list
* pagination](/apis/design/design_patterns#list_pagination) design pattern. The client app should
* use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are
* sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size`
* to 1. To fetch new suggestions without duplication, send request with filter
* `create_time_epoch_microseconds &gt; [first item's create_time of previous request]` and empty
* page_token.
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination) design
* pattern. The client app should use the `next_page_token` field to fetch the next batch of
* suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest
* suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send
* request with filter `create_time_epoch_microseconds &gt; [first item's create_time of previous
* request]` and empty page_token.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@ public void suggestSmartReplies(
* This method should be used by human agent client software to fetch auto
* generated suggestions in real-time, while the conversation with an end user
* is in progress. The functionality is implemented in terms of the
* [list pagination](/apis/design/design_patterns#list_pagination)
* [list
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination)
* design pattern. The client app should use the `next_page_token` field
* to fetch the next batch of suggestions. `suggestions` are sorted by
* `create_time` in descending order.
Expand Down Expand Up @@ -990,7 +991,8 @@ public void suggestSmartReplies(
* This method should be used by human agent client software to fetch auto
* generated suggestions in real-time, while the conversation with an end user
* is in progress. The functionality is implemented in terms of the
* [list pagination](/apis/design/design_patterns#list_pagination)
* [list
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination)
* design pattern. The client app should use the `next_page_token` field
* to fetch the next batch of suggestions. `suggestions` are sorted by
* `create_time` in descending order.
Expand Down Expand Up @@ -1181,7 +1183,8 @@ public com.google.cloud.dialogflow.v2beta1.SuggestSmartRepliesResponse suggestSm
* This method should be used by human agent client software to fetch auto
* generated suggestions in real-time, while the conversation with an end user
* is in progress. The functionality is implemented in terms of the
* [list pagination](/apis/design/design_patterns#list_pagination)
* [list
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination)
* design pattern. The client app should use the `next_page_token` field
* to fetch the next batch of suggestions. `suggestions` are sorted by
* `create_time` in descending order.
Expand Down Expand Up @@ -1373,7 +1376,8 @@ protected ParticipantsFutureStub build(
* This method should be used by human agent client software to fetch auto
* generated suggestions in real-time, while the conversation with an end user
* is in progress. The functionality is implemented in terms of the
* [list pagination](/apis/design/design_patterns#list_pagination)
* [list
* pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination)
* design pattern. The client app should use the `next_page_token` field
* to fetch the next batch of suggestions. `suggestions` are sorted by
* `create_time` in descending order.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ service Participants {
// This method should be used by human agent client software to fetch auto
// generated suggestions in real-time, while the conversation with an end user
// is in progress. The functionality is implemented in terms of the
// [list pagination](/apis/design/design_patterns#list_pagination)
// [list
// pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination)
// design pattern. The client app should use the `next_page_token` field
// to fetch the next batch of suggestions. `suggestions` are sorted by
// `create_time` in descending order.
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dialogflow.git",
"sha": "145edbc20c3af264424219e86ee2bebb1bf19012"
"sha": "c2de42785b284d9547e49c7862ab8b099c1604ad"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "018bc85c797c8e7f5243b9531a7cd2e6a1bc72b4",
"internalRef": "378977785"
"sha": "6ddf77dbd087b634274c93499d8d8d0ff81ea53c",
"internalRef": "379330928"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "018bc85c797c8e7f5243b9531a7cd2e6a1bc72b4",
"internalRef": "378977785"
"sha": "6ddf77dbd087b634274c93499d8d8d0ff81ea53c",
"internalRef": "379330928"
}
},
{
Expand Down