Uses of Class
com.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ObjectConfigCase
-
Packages that use IngestConversationsRequest.ObjectConfigCase Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IngestConversationsRequest.ObjectConfigCase in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IngestConversationsRequest.ObjectConfigCase Modifier and Type Method Description static IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequest.ObjectConfigCase. forNumber(int value)
IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequest.Builder. getObjectConfigCase()
IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequest. getObjectConfigCase()
IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequestOrBuilder. getObjectConfigCase()
static IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequest.ObjectConfigCase. valueOf(int value)
Deprecated.static IngestConversationsRequest.ObjectConfigCase
IngestConversationsRequest.ObjectConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngestConversationsRequest.ObjectConfigCase[]
IngestConversationsRequest.ObjectConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-