View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelResult (google_api_contact_center_insights v0.10.1)

Issue Modeling result on a conversation.

Attributes

  • issueModel (type: String.t, default: nil) - Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
  • issues (type: list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueAssignment.t), default: nil) - All the matched issues.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelResult{
    issueModel: String.t() | nil,
    issues:
      [
        GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueAssignment.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.