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
fun GetIssueModelResult(createTime: String, displayName: String, inputDataConfig: GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigResponse, issueCount: String, name: String, state: String, trainingStats: GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse, updateTime: String)