Uses of Class
com.google.cloud.contactcenterinsights.v1.ConversationName
-
Packages that use ConversationName Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ConversationName in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ConversationName Modifier and Type Method Description ConversationNameConversationName.Builder. build()static ConversationNameConversationName. of(String project, String location, String conversation)static ConversationNameConversationName. parse(String formattedString)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ConversationName Modifier and Type Method Description static List<ConversationName>ConversationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ConversationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>ContactCenterInsightsClient. createAnalysisAsync(ConversationName parent, Analysis analysis)Creates an analysis.voidContactCenterInsightsClient. deleteConversation(ConversationName name)Deletes a conversation.ConversationContactCenterInsightsClient. getConversation(ConversationName name)Gets a conversation.ContactCenterInsightsClient.ListAnalysesPagedResponseContactCenterInsightsClient. listAnalyses(ConversationName parent)Lists analyses.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ConversationName Modifier and Type Method Description static List<String>ConversationName. toStringList(List<ConversationName> values)
-