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

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

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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