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