GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CreateIssueModelRequest (google_api_contact_center_insights v0.3.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CreateIssueModelRequest{
    issueModel:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModel.t()
      | nil,
    parent: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.