Uses of Class
com.google.cloud.contactcenterinsights.v1.PhraseMatcherName
-
Packages that use PhraseMatcherName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of PhraseMatcherName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return PhraseMatcherName Modifier and Type Method Description PhraseMatcherName
PhraseMatcherName.Builder. build()
static PhraseMatcherName
PhraseMatcherName. of(String project, String location, String phraseMatcher)
static PhraseMatcherName
PhraseMatcherName. parse(String formattedString)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type PhraseMatcherName Modifier and Type Method Description static List<PhraseMatcherName>
PhraseMatcherName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type PhraseMatcherName Modifier and Type Method Description void
ContactCenterInsightsClient. deletePhraseMatcher(PhraseMatcherName name)
Deletes a phrase matcher.PhraseMatcher
ContactCenterInsightsClient. getPhraseMatcher(PhraseMatcherName name)
Gets a phrase matcher.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type PhraseMatcherName Modifier and Type Method Description static List<String>
PhraseMatcherName. toStringList(List<PhraseMatcherName> values)
-