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 AnalysisName
AnalysisName.Builder. build()
static AnalysisName
AnalysisName. of(String project, String location, String conversation, String analysis)
static AnalysisName
AnalysisName. 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 void
ContactCenterInsightsClient. deleteAnalysis(AnalysisName name)
Deletes an analysis.Analysis
ContactCenterInsightsClient. 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)
-