8000 docs: added an explicit note that DetectIntentRequest's text input is… · googleapis/python-dialogflow@4b36501 · GitHub
[go: up one dir, main page]

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

Commit 4b36501

Browse files
docs: added an explicit note that DetectIntentRequest's text input is limited by 256 characters (#543)
* docs: added an explicit note that DetectIntentRequest's text input is limited by 256 characters PiperOrigin-RevId: 463252698 Source-Link: googleapis/googleapis@eeacaab Source-Link: https://github.com/googleapis/googleapis-gen/commit/da3bfa08ba77d14ba66e6eeee5ad159ef365df0f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGEzYmZhMDhiYTc3ZDE0YmE2NmU2ZWVlZTVhZDE1OWVmMzY1ZGYwZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f57dde9 commit 4b36501

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google/cloud/dialogflow_v2/types/session.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ class QueryInput(proto.Message):
305305
This field is a member of `oneof`_ ``input``.
306306
text (google.cloud.dialogflow_v2.types.TextInput):
307307
The natural language text to be processed.
308+
Text length must not exceed 256 character for
309+
virtual agent interactions.
308310
309311
This field is a member of `oneof`_ ``input``.
310312
event (google.cloud.dialogflow_v2.types.EventInput):
@@ -866,7 +868,8 @@ class TextInput(proto.Message):
866868
text (str):
867869
Required. The UTF-8 encoded natural language
868870
text to be processed. Text length must not
869-
exceed 256 characters.
871+
exceed 256 characters for virtual agent
872+
interactions.
870873
language_code (str):
871874
Required. The language of this conversational query. See
872875
`Language

0 commit comments

Comments
 (0)
0