Skip to main content

issue_models

Overview

Nameissue_models
TypeResource
Idgoogle.contactcenterinsights.issue_models

Fields

NameDatatypeDescription
namestringImmutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
createTimestringOutput only. The time at which this issue model was created.
displayNamestringThe representative name for the issue model.
inputDataConfigobjectConfigs for the input data used to create the issue model.
issueCountstringOutput only. Number of issues in this issue model.
languageCodestringLanguage of the model.
modelTypestringType of the model.
statestringOutput only. State of the model.
trainingStatsobjectAggregated statistics about an issue model.
updateTimestringOutput only. The most recent time at which the issue model was updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTissueModelsId, locationsId, projectsIdGets an issue model.
listSELECTlocationsId, projectsIdLists issue models.
createINSERTlocationsId, projectsIdCreates an issue model.
deleteDELETEissueModelsId, locationsId, projectsIdDeletes an issue model.
calculate_issue_model_statsEXECissueModelsId, locationsId, projectsIdGets an issue model's statistics.
deployEXECissueModelsId, locationsId, projectsIdDeploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.
patchEXECissueModelsId, locationsId, projectsIdUpdates an issue model.
undeployEXECissueModelsId, locationsId, projectsIdUndeploys an issue model. An issue model can not be used in analysis after it has been undeployed.