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

Commit 361a359

Browse files
docs: clarified wording around quota usage (#515)
* docs: clarified wording around quota usage PiperOrigin-RevId: 516225429 Source-Link: googleapis/googleapis@c13a985 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf5248fa1d724006a589e07d9029951c74a8bc6 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>
1 parent b659679 commit 361a359

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

google/cloud/dialogflowcx_v3/services/deployments/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ async def sample_get_deployment():
399399
400400
Returns:
401401
google.cloud.dialogflowcx_v3.types.Deployment:
402-
Represents an deployment in an
402+
Represents a deployment in an
403403
environment. A deployment happens when a
404404
flow version configured to be active in
405405
the environment. You can configure

google/cloud/dialogflowcx_v3/services/deployments/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def sample_get_deployment():
704704
705705
Returns:
706706
google.cloud.dialogflowcx_v3.types.Deployment:
707-
Represents an deployment in an
707+
Represents a deployment in an
708708
environment. A deployment happens when a
709709
flow version configured to be active in
710710
the environment. You can configure

google/cloud/dialogflowcx_v3/services/deployments/transports/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __call__(
384384
385385
Returns:
386386
~.deployment.Deployment:
387-
Represents an deployment in an
387+
Represents a deployment in an
388388
environment. A deployment happens when a
389389
flow version configured to be active in
390390
the environment. You can configure

google/cloud/dialogflowcx_v3/types/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
class Deployment(proto.Message):
37-
r"""Represents an deployment in an environment. A deployment
37+
r"""Represents a deployment in an environment. A deployment
3838
happens when a flow version configured to be active in the
3939
environment. You can configure running pre-deployment steps,
4040
e.g. running validation test cases, experiment auto-rollout,

google/cloud/dialogflowcx_v3/types/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,8 @@ class AudioInput(proto.Message):
10091009
to process the speech audio.
10101010
audio (bytes):
10111011
The natural language speech audio to be processed. A single
1012-
request can contain up to 1 minute of speech audio data. The
1013-
[transcribed
1012+
request can contain up to 2 minutes of speech audio data.
1013+
The [transcribed
10141014
text][google.cloud.dialogflow.cx.v3.QueryResult.transcript]
10151015
cannot contain more than 256 bytes.
10161016

0 commit comments

Comments
 (0)