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

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
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
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
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
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,
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
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
{
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)