Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
docs: clarified wording around quota usage (#515)
Browse files Browse the repository at this point in the history
* docs: clarified wording around quota usage

PiperOrigin-RevId: 516225429

Source-Link: googleapis/googleapis@c13a985

Source-Link: googleapis/googleapis-gen@7bf5248
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmNTI0OGZhMWQ3MjQwMDZhNTg5ZTA3ZDkwMjk5NTFjNzRhOGJjNiJ9

* 🦉 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] committed Mar 14, 2023
1 parent b659679 commit 361a359
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async def sample_get_deployment():
Returns:
google.cloud.dialogflowcx_v3.types.Deployment:
Represents an deployment in an
Represents a deployment in an
environment. A deployment happens when a
flow version configured to be active in
the environment. You can configure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def sample_get_deployment():
Returns:
google.cloud.dialogflowcx_v3.types.Deployment:
Represents an deployment in an
Represents a deployment in an
environment. A deployment happens when a
flow version configured to be active in
the environment. You can configure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def __call__(
Returns:
~.deployment.Deployment:
Represents an deployment in an
Represents a deployment in an
environment. A deployment happens when a
flow version configured to be active in
the environment. You can configure
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dialogflowcx_v3/types/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


class Deployment(proto.Message):
r"""Represents an deployment in an environment. A deployment
r"""Represents a deployment in an environment. A deployment
happens when a flow version configured to be active in the
environment. You can configure running pre-deployment steps,
e.g. running validation test cases, experiment auto-rollout,
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/dialogflowcx_v3/types/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,8 @@ class AudioInput(proto.Message):
to process the speech audio.
audio (bytes):
The natural language speech audio to be processed. A single
request can contain up to 1 minute of speech audio data. The
[transcribed
request can contain up to 2 minutes of speech audio data.
The [transcribed
text][google.cloud.dialogflow.cx.v3.QueryResult.transcript]
cannot contain more than 256 bytes.
Expand Down

0 comments on commit 361a359

Please sign in to comment.