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 ConversationName
ConversationName.Builder. build()
static ConversationName
ConversationName. of(String project, String location, String conversation)
static ConversationName
ConversationName. 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.void
ContactCenterInsightsClient. deleteConversation(ConversationName name)
Deletes a conversation.Conversation
ContactCenterInsightsClient. getConversation(ConversationName name)
Gets a conversation.ContactCenterInsightsClient.ListAnalysesPagedResponse
ContactCenterInsightsClient. 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)
-