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

Commit

Permalink
docs: add clarification in AudioInput (#511)
Browse files Browse the repository at this point in the history
* fix: change java package of Cloud Build v2

PiperOrigin-RevId: 514411662

Source-Link: googleapis/googleapis@1e379f2

Source-Link: googleapis/googleapis-gen@a044b7f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTA0NGI3ZmQ4ZDdiNzkwNGUxOTI4NjUzNjVkY2FmZTU1NjAxYmE4NSJ9

* 🦉 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 6, 2023
1 parent 017fdb8 commit fc0ecdf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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_v3beta1.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_v3beta1.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_v3beta1/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_v3beta1/types/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,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.v3beta1.QueryResult.transcript]
cannot contain more than 256 bytes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.20.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit fc0ecdf

Please sign in to comment.