Skip to content

Commit

Permalink
docs: added an explicit note that DetectIntentRequest's text input is…
Browse files Browse the repository at this point in the history
… 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: googleapis/googleapis-gen@da3bfa0
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 26, 2022
1 parent 4dc38ec commit 3b05c67
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ class QueryInput(proto.Message):
This field is a member of `oneof`_ ``input``.
text (google.cloud.dialogflow_v2.types.TextInput):
The natural language text to be processed.
Text length must not exceed 256 character for
virtual agent interactions.
This field is a member of `oneof`_ ``input``.
event (google.cloud.dialogflow_v2.types.EventInput):
Expand Down Expand Up @@ -866,7 +868,8 @@ class TextInput(proto.Message):
text (str):
Required. The UTF-8 encoded natural language
text to be processed. Text length must not
exceed 256 characters.
exceed 256 characters for virtual agent
interactions.
language_code (str):
Required. The language of this conversational query. See
`Language
Expand Down

0 comments on commit 3b05c67

Please sign in to comment.