View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CreateIssueModelRequest (google_api_contact_center_insights v0.9.0)
The request to create an issue model.
Attributes
-
issueModel
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModel.t
, default:nil
) - Required. The issue model to create. -
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.GoogleCloudContactcenterinsightsV1CreateIssueModelRequest{ issueModel: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModel.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.