View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelResult (google_api_contact_center_insights v0.10.2)
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.GoogleCloudContactcenterinsightsV1IssueAssignment.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.GoogleCloudContactcenterinsightsV1IssueModelResult{ issueModel: String.t() | nil, issues: [ GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueAssignment.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.