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 IssueName
IssueName.Builder. build()
static IssueName
IssueName. of(String project, String location, String issueModel, String issue)
static IssueName
IssueName. 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 void
ContactCenterInsightsClient. deleteIssue(IssueName name)
Deletes an issue.Issue
ContactCenterInsightsClient. 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)
-