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

Commit

Permalink
docs: update comment in ListSuggestions to use absolute URL for /apis…
Browse files Browse the repository at this point in the history
…/design/design_patterns (#595)

PiperOrigin-RevId: 379330928

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Jun 14 12:35:40 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 6ddf77dbd087b634274c93499d8d8d0ff81ea53c
Source-Link: googleapis/googleapis@6ddf77d
  • Loading branch information
yoshi-automation committed Jun 14, 2021
1 parent c2de427 commit 57bc112
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 28 deletions.
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
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
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
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

0 comments on commit 57bc112

Please sign in to comment.