Uses of Class
com.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency
-
Packages that use AgentAssistantFeedback.DocumentEfficiency Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of AgentAssistantFeedback.DocumentEfficiency in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return AgentAssistantFeedback.DocumentEfficiency Modifier and Type Method Description static AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback.DocumentEfficiency. forNumber(int value)
AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback.Builder. getDocumentEfficiency()
Optional.AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback. getDocumentEfficiency()
Optional.AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedbackOrBuilder. getDocumentEfficiency()
Optional.static AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback.DocumentEfficiency. valueOf(int value)
Deprecated.static AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback.DocumentEfficiency. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AgentAssistantFeedback.DocumentEfficiency
AgentAssistantFeedback.DocumentEfficiency. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentAssistantFeedback.DocumentEfficiency[]
AgentAssistantFeedback.DocumentEfficiency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type AgentAssistantFeedback.DocumentEfficiency Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AgentAssistantFeedback.DocumentEfficiency>
AgentAssistantFeedback.DocumentEfficiency. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2 with parameters of type AgentAssistantFeedback.DocumentEfficiency Modifier and Type Method Description AgentAssistantFeedback.Builder
AgentAssistantFeedback.Builder. setDocumentEfficiency(AgentAssistantFeedback.DocumentEfficiency value)
Optional.
-