Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueName
-
Packages that use IssueName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueName Modifier and Type Method Description IssueNameIssueName.Builder. build()static IssueNameIssueName. of(String project, String location, String issueModel, String issue)static IssueNameIssueName. parse(String formattedString)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type IssueName Modifier and Type Method Description static List<IssueName>IssueName. parseList(List<String> formattedStrings)Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueName Modifier and Type Method Description voidContactCenterInsightsClient. deleteIssue(IssueName name)Deletes an issue.IssueContactCenterInsightsClient. getIssue(IssueName name)Gets an issue.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type IssueName Modifier and Type Method Description static List<String>IssueName. toStringList(List<IssueName> values)
-