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.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_v3.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_v3.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_v3/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_v3/types/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,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.v3.QueryResult.transcript]
cannot contain more than 256 bytes.

Expand Down