Skip to content
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 @@ -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