Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class IssueModel.
The issue model resource.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueModel
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
↳ display_name
string
The representative name for the issue model.
↳ create_time
↳ update_time
↳ issue_count
int|string
Output only. Number of issues in this issue model.
↳ state
int
Output only. State of the model.
↳ input_data_config
Google\Cloud\ContactCenterInsights\V1\IssueModel\InputDataConfig
Configs for the input data that used to create the issue model.
↳ training_stats
Google\Cloud\ContactCenterInsights\V1\IssueModelLabelStats
Output only. Immutable. The issue model's label statistics on its training data.
↳ model_type
int
Type of the model.
↳ language_code
string
Language of the model.
getName
Immutable. The resource name of the issue model.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}
string
setName
Immutable. The resource name of the issue model.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}
var
string
$this
getDisplayName
The representative name for the issue model.
string
setDisplayName
The representative name for the issue model.
var
string
$this
getCreateTime
Output only. The time at which this issue model was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which this issue model was created.
$this
getUpdateTime
Output only. The most recent time at which the issue model was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The most recent time at which the issue model was updated.
$this
getIssueCount
Output only. Number of issues in this issue model.
int|string
setIssueCount
Output only. Number of issues in this issue model.
var
int|string
$this
getState
Output only. State of the model.
int
setState
Output only. State of the model.
var
int
$this
getInputDataConfig
Configs for the input data that used to create the issue model.
hasInputDataConfig
clearInputDataConfig
setInputDataConfig
Configs for the input data that used to create the issue model.
$this
getTrainingStats
Output only. Immutable. The issue model's label statistics on its training data.
hasTrainingStats
clearTrainingStats
setTrainingStats
Output only. Immutable. The issue model's label statistics on its training data.
$this
getModelType
Type of the model.
int
setModelType
Type of the model.
var
int
$this
getLanguageCode
Language of the model.
string
setLanguageCode
Language of the model.
var
string
$this