Get Issue Model Result
data class GetIssueModelResult(val createTime: String, val displayName: String, val inputDataConfig: GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigResponse, val issueCount: String, val name: String, val state: String, val trainingStats: GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, displayName: String, inputDataConfig: GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigResponse, issueCount: String, name: String, state: String, trainingStats: GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse, updateTime: String)
Properties
Link copied to clipboard
The time at which this issue model was created.
Link copied to clipboard
The representative name for the issue model.
Link copied to clipboard
Configs for the input data that used to create the issue model.
Link copied to clipboard
Number of issues in this issue model.
Link copied to clipboard
Immutable. The issue model's label statistics on its training data.
Link copied to clipboard
The most recent time at which the issue model was updated.