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

Commit 99d8897

Browse files
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: https://github.com/googleapis/googleapis-gen/commit/9534bbf6c4b7aa14c5f4a958c8459c4be350ea0f
1 parent 1d34763 commit 99d8897

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google/cloud/dialogflow_v2beta1/services/participants/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ async def list_suggestions(
839839
fetch auto generated suggestions in real-time, while the
840840
conversation with an end user is in progress. The functionality
841841
is implemented in terms of the `list
842-
pagination </apis/design/design_patterns#list_pagination>`__
842+
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
843843
design pattern. The client app should use the
844844
``next_page_token`` field to fetch the next batch of
845845
suggestions. ``suggestions`` are sorted by ``create_time`` in

google/cloud/dialogflow_v2beta1/services/participants/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def list_suggestions(
10821082
fetch auto generated suggestions in real-time, while the
10831083
conversation with an end user is in progress. The functionality
10841084
is implemented in terms of the `list
1085-
pagination </apis/design/design_patterns#list_pagination>`__
1085+
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
10861086
design pattern. The client app should use the
10871087
``next_page_token`` field to fetch the next batch of
10881088
suggestions. ``suggestions`` are sorted by ``create_time`` in

google/cloud/dialogflow_v2beta1/services/participants/transports/grpc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def list_suggestions(
481481
fetch auto generated suggestions in real-time, while the
482482
conversation with an end user is in progress. The functionality
483483
is implemented in terms of the `list
484-
pagination </apis/design/design_patterns#list_pagination>`__
484+
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
485485
design pattern. The client app should use the
486486
``next_page_token`` field to fetch the next batch of
487487
suggestions. ``suggestions`` are sorted by ``create_time`` in

google/cloud/dialogflow_v2beta1/services/participants/transports/grpc_asyncio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def list_suggestions(
493493
fetch auto generated suggestions in real-time, while the
494494
conversation with an end user is in progress. The functionality
495495
is implemented in terms of the `list
496-
pagination </apis/design/design_patterns#list_pagination>`__
496+
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
497497
design pattern. The client app should use the
498498
``next_page_token`` field to fetch the next batch of
499499
suggestions. ``suggestions`` are sorted by ``create_time`` in

0 commit comments

Comments
 (0)