Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat
-
Packages that use ExportTestCasesRequest.DataFormat Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ExportTestCasesRequest.DataFormat in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ExportTestCasesRequest.DataFormat Modifier and Type Method Description static ExportTestCasesRequest.DataFormatExportTestCasesRequest.DataFormat. forNumber(int value)ExportTestCasesRequest.DataFormatExportTestCasesRequest.Builder. getDataFormat()The data format of the exported test cases.ExportTestCasesRequest.DataFormatExportTestCasesRequest. getDataFormat()The data format of the exported test cases.ExportTestCasesRequest.DataFormatExportTestCasesRequestOrBuilder. getDataFormat()The data format of the exported test cases.static ExportTestCasesRequest.DataFormatExportTestCasesRequest.DataFormat. valueOf(int value)Deprecated.static ExportTestCasesRequest.DataFormatExportTestCasesRequest.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExportTestCasesRequest.DataFormatExportTestCasesRequest.DataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportTestCasesRequest.DataFormat[]ExportTestCasesRequest.DataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ExportTestCasesRequest.DataFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExportTestCasesRequest.DataFormat>ExportTestCasesRequest.DataFormat. internalGetValueMap()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ExportTestCasesRequest.DataFormat Modifier and Type Method Description ExportTestCasesRequest.BuilderExportTestCasesRequest.Builder. setDataFormat(ExportTestCasesRequest.DataFormat value)The data format of the exported test cases.
-