google-cloud-contact-center-insights overview (2.2.7)

com.google.cloud.contactcenterinsights.v1

The interfaces provided are listed below, along with usage samples.

ContactCenterInsightsClient

Service Description: An API that lets users analyze and explore their business conversation data.

Sample for ContactCenterInsightsClient:


 try (ContactCenterInsightsClient contactCenterInsightsClient =
     ContactCenterInsightsClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   Conversation conversation = Conversation.newBuilder().build();
   String conversationId = "conversationId-1676095234";
   Conversation response =
       contactCenterInsightsClient.createConversation(parent, conversation, conversationId);
 }
 

com.google.cloud.contactcenterinsights.v1.stub