Thanks to visit codestin.com
Credit goes to github.com

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

Commit fc0ecdf

Browse files
docs: add clarification in AudioInput (#511)
* fix: change java package of Cloud Build v2 PiperOrigin-RevId: 514411662 Source-Link: googleapis/googleapis@1e379f2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a044b7fd8d7b7904e192865365dcafe55601ba85 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>
1 parent 017fdb8 commit fc0ecdf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

google/cloud/dialogflowcx_v3beta1/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_v3beta1.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_v3beta1/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_v3beta1.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_v3beta1/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_v3beta1/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_v3beta1/types/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,8 @@ class AudioInput(proto.Message):
10111011
to process the speech audio.
10121012
audio (bytes):
10131013
The natural language speech audio to be processed. A single
1014-
request can contain up to 1 minute of speech audio data. The
1015-
[transcribed
1014+
request can contain up to 2 minutes of speech audio data.
1015+
The [transcribed
10161016
text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript]
10171017
cannot contain more than 256 bytes.
10181018

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.20.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.20.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)