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