View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModel (google_api_contact_center_insights v0.10.0)
The issue model resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time at which this issue model was created. -
displayName
(type:String.t
, default:nil
) - The representative name for the issue model. -
inputDataConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.t
, default:nil
) - Configs for the input data that used to create the issue model. -
issueCount
(type:String.t
, default:nil
) - Output only. Number of issues in this issue model. -
languageCode
(type:String.t
, default:nil
) - Language of the model. -
modelType
(type:String.t
, default:nil
) - Type of the model. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model} -
state
(type:String.t
, default:nil
) - Output only. State of the model. -
trainingStats
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelLabelStats.t
, default:nil
) - Output only. Immutable. The issue model's label statistics on its training data. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The most recent time at which the issue model was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModel{ createTime: DateTime.t() | nil, displayName: String.t() | nil, inputDataConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.t() | nil, issueCount: String.t() | nil, languageCode: String.t() | nil, modelType: String.t() | nil, name: String.t() | nil, state: String.t() | nil, trainingStats: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelLabelStats.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.