Uses of Class
com.google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel
-
Packages that use AnswerFeedback.CorrectnessLevel Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of AnswerFeedback.CorrectnessLevel in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return AnswerFeedback.CorrectnessLevel Modifier and Type Method Description static AnswerFeedback.CorrectnessLevel
AnswerFeedback.CorrectnessLevel. forNumber(int value)
AnswerFeedback.CorrectnessLevel
AnswerFeedback.Builder. getCorrectnessLevel()
The correctness level of an answer.AnswerFeedback.CorrectnessLevel
AnswerFeedback. getCorrectnessLevel()
The correctness level of an answer.AnswerFeedback.CorrectnessLevel
AnswerFeedbackOrBuilder. getCorrectnessLevel()
The correctness level of an answer.static AnswerFeedback.CorrectnessLevel
AnswerFeedback.CorrectnessLevel. valueOf(int value)
Deprecated.static AnswerFeedback.CorrectnessLevel
AnswerFeedback.CorrectnessLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AnswerFeedback.CorrectnessLevel
AnswerFeedback.CorrectnessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnswerFeedback.CorrectnessLevel[]
AnswerFeedback.CorrectnessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type AnswerFeedback.CorrectnessLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AnswerFeedback.CorrectnessLevel>
AnswerFeedback.CorrectnessLevel. internalGetValueMap()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type AnswerFeedback.CorrectnessLevel Modifier and Type Method Description AnswerFeedback.Builder
AnswerFeedback.Builder. setCorrectnessLevel(AnswerFeedback.CorrectnessLevel value)
The correctness level of an answer.
-