Uses of Class
com.google.cloud.dialogflow.v2.InputDataset
-
Packages that use InputDataset Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of InputDataset in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return InputDataset Modifier and Type Method Description InputDatasetInputDataset.Builder. build()InputDatasetInputDataset.Builder. buildPartial()InputDatasetConversationModel.Builder. getDatasets(int index)Required.InputDatasetConversationModel. getDatasets(int index)Required.InputDatasetConversationModelOrBuilder. getDatasets(int index)Required.InputDatasetEvaluationConfig.Builder. getDatasets(int index)Required.InputDatasetEvaluationConfig. getDatasets(int index)Required.InputDatasetEvaluationConfigOrBuilder. getDatasets(int index)Required.static InputDatasetInputDataset. getDefaultInstance()InputDatasetInputDataset.Builder. getDefaultInstanceForType()InputDatasetInputDataset. getDefaultInstanceForType()static InputDatasetInputDataset. parseDelimitedFrom(InputStream input)static InputDatasetInputDataset. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDatasetInputDataset. parseFrom(byte[] data)static InputDatasetInputDataset. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDatasetInputDataset. parseFrom(com.google.protobuf.ByteString data)static InputDatasetInputDataset. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDatasetInputDataset. parseFrom(com.google.protobuf.CodedInputStream input)static InputDatasetInputDataset. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDatasetInputDataset. parseFrom(InputStream input)static InputDatasetInputDataset. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputDatasetInputDataset. parseFrom(ByteBuffer data)static InputDatasetInputDataset. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type InputDataset Modifier and Type Method Description List<InputDataset>ConversationModel.Builder. getDatasetsList()Required.List<InputDataset>ConversationModel. getDatasetsList()Required.List<InputDataset>ConversationModelOrBuilder. getDatasetsList()Required.List<InputDataset>EvaluationConfig.Builder. getDatasetsList()Required.List<InputDataset>EvaluationConfig. getDatasetsList()Required.List<InputDataset>EvaluationConfigOrBuilder. getDatasetsList()Required.com.google.protobuf.Parser<InputDataset>InputDataset. getParserForType()static com.google.protobuf.Parser<InputDataset>InputDataset. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type InputDataset Modifier and Type Method Description ConversationModel.BuilderConversationModel.Builder. addDatasets(int index, InputDataset value)Required.ConversationModel.BuilderConversationModel.Builder. addDatasets(InputDataset value)Required.EvaluationConfig.BuilderEvaluationConfig.Builder. addDatasets(int index, InputDataset value)Required.EvaluationConfig.BuilderEvaluationConfig.Builder. addDatasets(InputDataset value)Required.InputDataset.BuilderInputDataset.Builder. mergeFrom(InputDataset other)static InputDataset.BuilderInputDataset. newBuilder(InputDataset prototype)ConversationModel.BuilderConversationModel.Builder. setDatasets(int index, InputDataset value)Required.EvaluationConfig.BuilderEvaluationConfig.Builder. setDatasets(int index, InputDataset value)Required.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type InputDataset Modifier and Type Method Description ConversationModel.BuilderConversationModel.Builder. addAllDatasets(Iterable<? extends InputDataset> values)Required.EvaluationConfig.BuilderEvaluationConfig.Builder. addAllDatasets(Iterable<? extends InputDataset> values)Required.
-