All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.services.contactcenterinsights.v1.model.GoogleCloudContactcenterinsightsV1IssueModel Maven / Gradle / Ivy

There is a newer version: v1-rev20240701-2.0.0
Show newest version
/*
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License
 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing permissions and limitations under
 * the License.
 */
/*
 * This code was generated by https://github.com/googleapis/google-api-java-client-services/
 * Modify at your own risk.
 */

package com.google.api.services.contactcenterinsights.v1.model;

/**
 * The issue model resource.
 *
 * 

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Contact Center AI Insights API. For a detailed * explanation see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

* * @author Google, Inc. */ @SuppressWarnings("javadoc") public final class GoogleCloudContactcenterinsightsV1IssueModel extends com.google.api.client.json.GenericJson { /** * Output only. The time at which this issue model was created. * The value may be {@code null}. */ @com.google.api.client.util.Key private String createTime; /** * The representative name for the issue model. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String displayName; /** * Configs for the input data that used to create the issue model. * The value may be {@code null}. */ @com.google.api.client.util.Key private GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig inputDataConfig; /** * Output only. Number of issues in this issue model. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long issueCount; /** * Language of the model. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String languageCode; /** * Type of the model. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String modelType; /** * Immutable. The resource name of the issue model. Format: * projects/{project}/locations/{location}/issueModels/{issue_model} * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String name; /** * Output only. State of the model. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String state; /** * Output only. Immutable. The issue model's label statistics on its training data. * The value may be {@code null}. */ @com.google.api.client.util.Key private GoogleCloudContactcenterinsightsV1IssueModelLabelStats trainingStats; /** * Output only. The most recent time at which the issue model was updated. * The value may be {@code null}. */ @com.google.api.client.util.Key private String updateTime; /** * Output only. The time at which this issue model was created. * @return value or {@code null} for none */ public String getCreateTime() { return createTime; } /** * Output only. The time at which this issue model was created. * @param createTime createTime or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setCreateTime(String createTime) { this.createTime = createTime; return this; } /** * The representative name for the issue model. * @return value or {@code null} for none */ public java.lang.String getDisplayName() { return displayName; } /** * The representative name for the issue model. * @param displayName displayName or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setDisplayName(java.lang.String displayName) { this.displayName = displayName; return this; } /** * Configs for the input data that used to create the issue model. * @return value or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig getInputDataConfig() { return inputDataConfig; } /** * Configs for the input data that used to create the issue model. * @param inputDataConfig inputDataConfig or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setInputDataConfig(GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig inputDataConfig) { this.inputDataConfig = inputDataConfig; return this; } /** * Output only. Number of issues in this issue model. * @return value or {@code null} for none */ public java.lang.Long getIssueCount() { return issueCount; } /** * Output only. Number of issues in this issue model. * @param issueCount issueCount or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setIssueCount(java.lang.Long issueCount) { this.issueCount = issueCount; return this; } /** * Language of the model. * @return value or {@code null} for none */ public java.lang.String getLanguageCode() { return languageCode; } /** * Language of the model. * @param languageCode languageCode or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setLanguageCode(java.lang.String languageCode) { this.languageCode = languageCode; return this; } /** * Type of the model. * @return value or {@code null} for none */ public java.lang.String getModelType() { return modelType; } /** * Type of the model. * @param modelType modelType or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setModelType(java.lang.String modelType) { this.modelType = modelType; return this; } /** * Immutable. The resource name of the issue model. Format: * projects/{project}/locations/{location}/issueModels/{issue_model} * @return value or {@code null} for none */ public java.lang.String getName() { return name; } /** * Immutable. The resource name of the issue model. Format: * projects/{project}/locations/{location}/issueModels/{issue_model} * @param name name or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setName(java.lang.String name) { this.name = name; return this; } /** * Output only. State of the model. * @return value or {@code null} for none */ public java.lang.String getState() { return state; } /** * Output only. State of the model. * @param state state or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setState(java.lang.String state) { this.state = state; return this; } /** * Output only. Immutable. The issue model's label statistics on its training data. * @return value or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModelLabelStats getTrainingStats() { return trainingStats; } /** * Output only. Immutable. The issue model's label statistics on its training data. * @param trainingStats trainingStats or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setTrainingStats(GoogleCloudContactcenterinsightsV1IssueModelLabelStats trainingStats) { this.trainingStats = trainingStats; return this; } /** * Output only. The most recent time at which the issue model was updated. * @return value or {@code null} for none */ public String getUpdateTime() { return updateTime; } /** * Output only. The most recent time at which the issue model was updated. * @param updateTime updateTime or {@code null} for none */ public GoogleCloudContactcenterinsightsV1IssueModel setUpdateTime(String updateTime) { this.updateTime = updateTime; return this; } @Override public GoogleCloudContactcenterinsightsV1IssueModel set(String fieldName, Object value) { return (GoogleCloudContactcenterinsightsV1IssueModel) super.set(fieldName, value); } @Override public GoogleCloudContactcenterinsightsV1IssueModel clone() { return (GoogleCloudContactcenterinsightsV1IssueModel) super.clone(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy