Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueModelName
-
Packages that use IssueModelName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueModelName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueModelName Modifier and Type Method Description IssueModelName
IssueModelName.Builder. build()
static IssueModelName
IssueModelName. of(String project, String location, String issueModel)
static IssueModelName
IssueModelName. parse(String formattedString)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type IssueModelName Modifier and Type Method Description static List<IssueModelName>
IssueModelName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueModelName Modifier and Type Method Description CalculateIssueModelStatsResponse
ContactCenterInsightsClient. calculateIssueModelStats(IssueModelName issueModel)
Gets an issue model's statistics.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteIssueModelMetadata>
ContactCenterInsightsClient. deleteIssueModelAsync(IssueModelName name)
Deletes an issue model.com.google.api.gax.longrunning.OperationFuture<DeployIssueModelResponse,DeployIssueModelMetadata>
ContactCenterInsightsClient. deployIssueModelAsync(IssueModelName name)
Deploys an issue model.IssueModel
ContactCenterInsightsClient. getIssueModel(IssueModelName name)
Gets an issue model.ListIssuesResponse
ContactCenterInsightsClient. listIssues(IssueModelName parent)
Lists issues.com.google.api.gax.longrunning.OperationFuture<UndeployIssueModelResponse,UndeployIssueModelMetadata>
ContactCenterInsightsClient. undeployIssueModelAsync(IssueModelName name)
Undeploys an issue model.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type IssueModelName Modifier and Type Method Description static List<String>
IssueModelName. toStringList(List<IssueModelName> values)
-