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.DataFormat
ExportTestCasesRequest.DataFormat. forNumber(int value)
ExportTestCasesRequest.DataFormat
ExportTestCasesRequest.Builder. getDataFormat()
The data format of the exported test cases.ExportTestCasesRequest.DataFormat
ExportTestCasesRequest. getDataFormat()
The data format of the exported test cases.ExportTestCasesRequest.DataFormat
ExportTestCasesRequestOrBuilder. getDataFormat()
The data format of the exported test cases.static ExportTestCasesRequest.DataFormat
ExportTestCasesRequest.DataFormat. valueOf(int value)
Deprecated.static ExportTestCasesRequest.DataFormat
ExportTestCasesRequest.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExportTestCasesRequest.DataFormat
ExportTestCasesRequest.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.Builder
ExportTestCasesRequest.Builder. setDataFormat(ExportTestCasesRequest.DataFormat value)
The data format of the exported test cases.
-