This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
google/cloud/dialogflowcx_v3 Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ async def sample_get_deployment():
399
399
400
400
Returns:
401
401
google.cloud.dialogflowcx_v3.types.Deployment:
402
- Represents an deployment in an
402
+ Represents a deployment in an
403
403
environment. A deployment happens when a
404
404
flow version configured to be active in
405
405
the environment. You can configure
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ def sample_get_deployment():
704
704
705
705
Returns:
706
706
google.cloud.dialogflowcx_v3.types.Deployment:
707
- Represents an deployment in an
707
+ Represents a deployment in an
708
708
environment. A deployment happens when a
709
709
flow version configured to be active in
710
710
the environment. You can configure
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ def __call__(
384
384
385
385
Returns:
386
386
~.deployment.Deployment:
387
- Represents an deployment in an
387
+ Represents a deployment in an
388
388
environment. A deployment happens when a
389
389
flow version configured to be active in
390
390
the environment. You can configure
Original file line number Diff line number Diff line change 34
34
35
35
36
36
class Deployment (proto .Message ):
37
- r"""Represents an deployment in an environment. A deployment
37
+ r"""Represents a deployment in an environment. A deployment
38
38
happens when a flow version configured to be active in the
39
39
environment. You can configure running pre-deployment steps,
40
40
e.g. running validation test cases, experiment auto-rollout,
Original file line number Diff line number Diff line change @@ -1009,8 +1009,8 @@ class AudioInput(proto.Message):
1009
1009
to process the speech audio.
1010
1010
audio (bytes):
1011
1011
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
1014
1014
text][google.cloud.dialogflow.cx.v3.QueryResult.transcript]
1015
1015
cannot contain more than 256 bytes.
1016
1016
You can’t perform that action at this time.
0 commit comments