View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ImportIssueModelRequest (google_api_contact_center_insights v0.7.0)
Request to import an issue model.
Attributes
-
createNewModel
(type:boolean()
, default:nil
) - 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. -
gcsSource
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource.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.GoogleCloudContactcenterinsightsV1ImportIssueModelRequest{ createNewModel: boolean() | nil, gcsSource: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.