Skip to content

Commit

Permalink
docs: [google-cloud-contact-center-insights] Update IngestConversatio…
Browse files Browse the repository at this point in the history
…ns and BulkAnalyzeConversations comments (#12036)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 584034369

Source-Link:
googleapis/googleapis@975f1d8

Source-Link:
googleapis/googleapis-gen@2a24ef1
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhY3QtY2VudGVyLWluc2lnaHRzLy5Pd2xCb3QueWFtbCIsImgiOiIyYTI0ZWYxN2Q5MDJmM2U0ODRiMjZjYjY1NDU5ZjFlN2E1NTExM2M4In0=

---------

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] authored Nov 20, 2023
1 parent 95db9b6 commit 0845dc3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.14.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.14.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ async def sample_bulk_delete_conversations():
in bulk.
parent (:class:`str`):
Required. The parent resource to
create analyses in. Format:
delete conversations from. Format:
projects/{project}/locations/{location}
Expand All @@ -1542,7 +1542,7 @@ async def sample_bulk_delete_conversations():
should not be set.
filter (:class:`str`):
Filter used to select the subset of
conversations to analyze.
conversations to delete.
This corresponds to the ``filter`` field
on the ``request`` instance; if ``request`` is provided, this
Expand All @@ -1559,7 +1559,7 @@ async def sample_bulk_delete_conversations():
The result type for the operation will be
:class:`google.cloud.contact_center_insights_v1.types.BulkDeleteConversationsResponse`
The response for a bulk analyze conversations operation.
The response for a bulk delete conversations operation.
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ def sample_bulk_delete_conversations():
in bulk.
parent (str):
Required. The parent resource to
create analyses in. Format:
delete conversations from. Format:
projects/{project}/locations/{location}
Expand All @@ -1944,7 +1944,7 @@ def sample_bulk_delete_conversations():
should not be set.
filter (str):
Filter used to select the subset of
conversations to analyze.
conversations to delete.
This corresponds to the ``filter`` field
on the ``request`` instance; if ``request`` is provided, this
Expand All @@ -1961,7 +1961,7 @@ def sample_bulk_delete_conversations():
The result type for the operation will be
:class:`google.cloud.contact_center_insights_v1.types.BulkDeleteConversationsResponse`
The response for a bulk analyze conversations operation.
The response for a bulk delete conversations operation.
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,11 @@ class UploadConversationRequest(proto.Message):
are ``[a-z][0-9]-``
redaction_config (google.cloud.contact_center_insights_v1.types.RedactionConfig):
Optional. DLP settings for transcript
redaction. Optional, will default to the config
specified in Settings.
redaction. Will default to the config specified
in Settings.
speech_config (google.cloud.contact_center_insights_v1.types.SpeechConfig):
Optional. Default Speech-to-Text
configuration. Optional, will default to the
config specified in Settings.
Optional. Speech-to-Text configuration. Will
default to the config specified in Settings.
"""

parent: str = proto.Field(
Expand Down Expand Up @@ -639,8 +638,8 @@ class BucketObjectType(proto.Enum):
Values:
BUCKET_OBJECT_TYPE_UNSPECIFIED (0):
The object type is unspecified and will
default to TRANSCRIPT.
The object type is unspecified and will default to
``TRANSCRIPT``.
TRANSCRIPT (1):
The object is a transcript.
AUDIO (2):
Expand Down Expand Up @@ -1075,17 +1074,15 @@ class BulkDeleteConversationsRequest(proto.Message):
Attributes:
parent (str):
Required. The parent resource to create
analyses in. Format:
Required. The parent resource to delete
conversations from. Format:
projects/{project}/locations/{location}
filter (str):
Filter used to select the subset of
conversations to analyze.
conversations to delete.
max_delete_count (int):
Maximum number of conversations to delete. The default is
1000. It can be changed by setting the ``max_delete_count``
field.
Maximum number of conversations to delete.
force (bool):
If set to true, all of this conversation's
analyses will also be deleted. Otherwise, the
Expand Down Expand Up @@ -1150,7 +1147,7 @@ class BulkDeleteConversationsMetadata(proto.Message):


class BulkDeleteConversationsResponse(proto.Message):
r"""The response for a bulk analyze conversations operation."""
r"""The response for a bulk delete conversations operation."""


class ExportInsightsDataRequest(proto.Message):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-contact-center-insights",
"version": "1.14.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 0845dc3

Please sign in to comment.