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 PhraseMatcherNamePhraseMatcherName.Builder. build()static PhraseMatcherNamePhraseMatcherName. of(String project, String location, String phraseMatcher)static PhraseMatcherNamePhraseMatcherName. 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 voidContactCenterInsightsClient. deletePhraseMatcher(PhraseMatcherName name)Deletes a phrase matcher.PhraseMatcherContactCenterInsightsClient. 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)
-