View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest (google_api_contact_center_insights v0.5.0)
Request to import an issue model.
Attributes
-
createNewModel
(type:boolean()
, default:nil
) - Optional. If set to true, will create a new 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. -
gcsSource
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource.t
, default:nil
) - Google Cloud Storage source message. -
parent
(type:String.t
, default:nil
) - Required. The parent resource of the issue model.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest{ createNewModel: boolean() | nil, gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.