ProjectsLocationsIssueModels
class ProjectsLocationsIssueModels extends Resource (View source)
The "issueModels" collection of methods.
Typical usage is:
$contactcenterinsightsService = new Google\Service\Contactcenterinsights(...);
$issueModels = $contactcenterinsightsService->projects_locations_issueModels;
Methods
Gets an issue model's statistics. (issueModels.calculateIssueModelStats)
Creates an issue model. (issueModels.create)
Deletes an issue model. (issueModels.delete)
Deploys 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.
Exports an issue model to the provided destination. (issueModels.export)
Gets an issue model. (issueModels.get)
Imports an issue model from a Cloud Storage bucket. (issueModels.import)
Lists issue models. (issueModels.listProjectsLocationsIssueModels)
Updates an issue model. (issueModels.patch)
Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed. (issueModels.undeploy)
Details
GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
calculateIssueModelStats(string $issueModel, array $optParams = [])
Gets an issue model's statistics. (issueModels.calculateIssueModelStats)
GoogleLongrunningOperation
create(string $parent, GoogleCloudContactcenterinsightsV1IssueModel $postBody, array $optParams = [])
Creates an issue model. (issueModels.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an issue model. (issueModels.delete)
GoogleLongrunningOperation
deploy(string $name, GoogleCloudContactcenterinsightsV1DeployIssueModelRequest $postBody, array $optParams = [])
Deploys 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.
(issueModels.deploy)
GoogleLongrunningOperation
export(string $name, GoogleCloudContactcenterinsightsV1ExportIssueModelRequest $postBody, array $optParams = [])
Exports an issue model to the provided destination. (issueModels.export)
GoogleCloudContactcenterinsightsV1IssueModel
get(string $name, array $optParams = [])
Gets an issue model. (issueModels.get)
GoogleLongrunningOperation
import(string $parent, GoogleCloudContactcenterinsightsV1ImportIssueModelRequest $postBody, array $optParams = [])
Imports an issue model from a Cloud Storage bucket. (issueModels.import)
GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
listProjectsLocationsIssueModels(string $parent, array $optParams = [])
Lists issue models. (issueModels.listProjectsLocationsIssueModels)
GoogleCloudContactcenterinsightsV1IssueModel
patch(string $name, GoogleCloudContactcenterinsightsV1IssueModel $postBody, array $optParams = [])
Updates an issue model. (issueModels.patch)
GoogleLongrunningOperation
undeploy(string $name, GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest $postBody, array $optParams = [])
Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed. (issueModels.undeploy)