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

Commit

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

PiperOrigin-RevId: 379330928

Source-Link: googleapis/googleapis@6ddf77d

Source-Link: googleapis/googleapis-gen@9534bbf
  • Loading branch information
gcf-owl-bot[bot] committed Jun 14, 2021
1 parent 1d34763 commit 99d8897
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -839,7 +839,7 @@ async def list_suggestions(
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>`__
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
Expand Down
Expand Up @@ -1082,7 +1082,7 @@ def list_suggestions(
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>`__
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
Expand Down
Expand Up @@ -481,7 +481,7 @@ def list_suggestions(
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>`__
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
Expand Down
Expand Up @@ -493,7 +493,7 @@ def list_suggestions(
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>`__
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
Expand Down

0 comments on commit 99d8897

Please sign in to comment.