View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Issue (google_api_contact_center_insights v0.12.0)
The issue resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time at which this issue was created. -
displayDescription
(type:String.t
, default:nil
) - Representative description of the issue. -
displayName
(type:String.t
, default:nil
) - The representative name for the issue. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue} -
sampleUtterances
(type:list(String.t)
, default:nil
) - Output only. Resource names of the sample representative utterances that match to this issue. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The most recent time that this issue was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Issue{ createTime: DateTime.t() | nil, displayDescription: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, sampleUtterances: [String.t()] | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.