Class ImportIssueModelRequest (1.24.0)

ImportIssueModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
gcs_source google.cloud.contact_center_insights_v1.types.ImportIssueModelRequest.GcsSource
Google Cloud Storage source message. This field is a member of oneof_ Source.
parent str
Required. The parent resource of the issue model.
create_new_model bool
Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.

Classes

GcsSource

GcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Google Cloud Storage Object URI to get the issue model file from.