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 IssueModelNameIssueModelName.Builder. build()static IssueModelNameIssueModelName. of(String project, String location, String issueModel)static IssueModelNameIssueModelName. 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 CalculateIssueModelStatsResponseContactCenterInsightsClient. 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.IssueModelContactCenterInsightsClient. getIssueModel(IssueModelName name)Gets an issue model.ListIssuesResponseContactCenterInsightsClient. 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)
-