Uses of Class
com.google.cloud.dialogflow.v2.EvaluationConfig
-
Packages that use EvaluationConfig Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of EvaluationConfig in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return EvaluationConfig Modifier and Type Method Description EvaluationConfigEvaluationConfig.Builder. build()EvaluationConfigEvaluationConfig.Builder. buildPartial()static EvaluationConfigEvaluationConfig. getDefaultInstance()EvaluationConfigEvaluationConfig.Builder. getDefaultInstanceForType()EvaluationConfigEvaluationConfig. getDefaultInstanceForType()EvaluationConfigConversationModelEvaluation.Builder. getEvaluationConfig()Optional.EvaluationConfigConversationModelEvaluation. getEvaluationConfig()Optional.EvaluationConfigConversationModelEvaluationOrBuilder. getEvaluationConfig()Optional.static EvaluationConfigEvaluationConfig. parseDelimitedFrom(InputStream input)static EvaluationConfigEvaluationConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluationConfigEvaluationConfig. parseFrom(byte[] data)static EvaluationConfigEvaluationConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluationConfigEvaluationConfig. parseFrom(com.google.protobuf.ByteString data)static EvaluationConfigEvaluationConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluationConfigEvaluationConfig. parseFrom(com.google.protobuf.CodedInputStream input)static EvaluationConfigEvaluationConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluationConfigEvaluationConfig. parseFrom(InputStream input)static EvaluationConfigEvaluationConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluationConfigEvaluationConfig. parseFrom(ByteBuffer data)static EvaluationConfigEvaluationConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type EvaluationConfig Modifier and Type Method Description com.google.protobuf.Parser<EvaluationConfig>EvaluationConfig. getParserForType()static com.google.protobuf.Parser<EvaluationConfig>EvaluationConfig. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type EvaluationConfig Modifier and Type Method Description ConversationModelEvaluation.BuilderConversationModelEvaluation.Builder. mergeEvaluationConfig(EvaluationConfig value)Optional.EvaluationConfig.BuilderEvaluationConfig.Builder. mergeFrom(EvaluationConfig other)static EvaluationConfig.BuilderEvaluationConfig. newBuilder(EvaluationConfig prototype)ConversationModelEvaluation.BuilderConversationModelEvaluation.Builder. setEvaluationConfig(EvaluationConfig value)Optional.
-