target.apidocs.com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.IssueModels.html Maven / Gradle / Ivy
Contactcenterinsights.Projects.Locations.IssueModels (Contact Center AI Insights API v1-rev20240420-2.0.0)
com.google.api.services.contactcenterinsights.v1
Class Contactcenterinsights.Projects.Locations.IssueModels
- java.lang.Object
-
- com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.IssueModels
-
- Enclosing class:
- Contactcenterinsights.Projects.Locations
public class Contactcenterinsights.Projects.Locations.IssueModels
extends Object
The "issueModels" collection of methods.
-
-
Nested Class Summary
-
Constructor Summary
Constructors
Constructor and Description
IssueModels()
-
Method Summary
-
-
Method Detail
-
calculateIssueModelStats
public Contactcenterinsights.Projects.Locations.IssueModels.CalculateIssueModelStats calculateIssueModelStats(String issueModel)
throws IOException
Gets an issue model's statistics.
Create a request for the method "issueModels.calculateIssueModelStats".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
issueModel
- Required. The resource name of the issue model to query against.
- Returns:
- the request
- Throws:
IOException
-
create
public Contactcenterinsights.Projects.Locations.IssueModels.Create create(String parent,
GoogleCloudContactcenterinsightsV1IssueModel content)
throws IOException
Creates an issue model.
Create a request for the method "issueModels.create".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent resource of the issue model.
content
- the GoogleCloudContactcenterinsightsV1IssueModel
- Returns:
- the request
- Throws:
IOException
-
delete
public Contactcenterinsights.Projects.Locations.IssueModels.Delete delete(String name)
throws IOException
Deletes an issue model.
Create a request for the method "issueModels.delete".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the issue model to delete.
- Returns:
- the request
- Throws:
IOException
-
deploy
public Contactcenterinsights.Projects.Locations.IssueModels.Deploy deploy(String name,
GoogleCloudContactcenterinsightsV1DeployIssueModelRequest content)
throws IOException
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.
Create a request for the method "issueModels.deploy".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The issue model to deploy.
content
- the GoogleCloudContactcenterinsightsV1DeployIssueModelRequest
- Returns:
- the request
- Throws:
IOException
-
export
public Contactcenterinsights.Projects.Locations.IssueModels.Export export(String name,
GoogleCloudContactcenterinsightsV1ExportIssueModelRequest content)
throws IOException
Exports an issue model to the provided destination.
Create a request for the method "issueModels.export".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The issue model to export
content
- the GoogleCloudContactcenterinsightsV1ExportIssueModelRequest
- Returns:
- the request
- Throws:
IOException
-
get
public Contactcenterinsights.Projects.Locations.IssueModels.Get get(String name)
throws IOException
Gets an issue model.
Create a request for the method "issueModels.get".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the issue model to get.
- Returns:
- the request
- Throws:
IOException
-
contactcenterinsightsImport
public Contactcenterinsights.Projects.Locations.IssueModels.ContactcenterinsightsImport contactcenterinsightsImport(String parent,
GoogleCloudContactcenterinsightsV1ImportIssueModelRequest content)
throws IOException
Imports an issue model from a Cloud Storage bucket.
Create a request for the method "issueModels.import".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
parent
- Required. The parent resource of the issue model.
content
- the GoogleCloudContactcenterinsightsV1ImportIssueModelRequest
- Returns:
- the request
- Throws:
IOException
-
list
public Contactcenterinsights.Projects.Locations.IssueModels.List list(String parent)
throws IOException
Lists issue models.
Create a request for the method "issueModels.list".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent resource of the issue model.
- Returns:
- the request
- Throws:
IOException
-
patch
public Contactcenterinsights.Projects.Locations.IssueModels.Patch patch(String name,
GoogleCloudContactcenterinsightsV1IssueModel content)
throws IOException
Updates an issue model.
Create a request for the method "issueModels.patch".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Immutable. The resource name of the issue model. Format:
projects/{project}/locations/{location}/issueModels/{issue_model}
content
- the GoogleCloudContactcenterinsightsV1IssueModel
- Returns:
- the request
- Throws:
IOException
-
undeploy
public Contactcenterinsights.Projects.Locations.IssueModels.Undeploy undeploy(String name,
GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest content)
throws IOException
Undeploys an issue model. An issue model can not be used in analysis after it has been
undeployed.
Create a request for the method "issueModels.undeploy".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The issue model to undeploy.
content
- the GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest
- Returns:
- the request
- Throws:
IOException
-
issues
public Contactcenterinsights.Projects.Locations.IssueModels.Issues issues()
An accessor for creating requests from the Issues collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.Issues.List request = contactcenterinsights.issues().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy