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