View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueAssignment (google_api_contact_center_insights v0.10.0)

Information about the issue.

Attributes

  • displayName (type: String.t, default: nil) - Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
  • issue (type: String.t, default: nil) - Resource name of the assigned issue.
  • score (type: float(), default: nil) - Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueAssignment{
    displayName: String.t() | nil,
    issue: String.t() | nil,
    score: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.