Uses of Class
com.google.cloud.contactcenterinsights.v1.ViewName
-
Packages that use ViewName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ViewName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ViewName Modifier and Type Method Description ViewNameViewName.Builder. build()static ViewNameViewName. of(String project, String location, String view)static ViewNameViewName. parse(String formattedString)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ViewName Modifier and Type Method Description static List<ViewName>ViewName. parseList(List<String> formattedStrings)Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ViewName Modifier and Type Method Description voidContactCenterInsightsClient. deleteView(ViewName name)Deletes a view.ViewContactCenterInsightsClient. getView(ViewName name)Gets a view.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ViewName Modifier and Type Method Description static List<String>ViewName. toStringList(List<ViewName> values)
-