Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ContinuousTestResult.AggregatedTestResult
-
Packages that use ContinuousTestResult.AggregatedTestResult Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ContinuousTestResult.AggregatedTestResult in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ContinuousTestResult.AggregatedTestResult Modifier and Type Method Description static ContinuousTestResult.AggregatedTestResult
ContinuousTestResult.AggregatedTestResult. forNumber(int value)
ContinuousTestResult.AggregatedTestResult
ContinuousTestResult.Builder. getResult()
The result of this continuous test run, i.e.ContinuousTestResult.AggregatedTestResult
ContinuousTestResult. getResult()
The result of this continuous test run, i.e.ContinuousTestResult.AggregatedTestResult
ContinuousTestResultOrBuilder. getResult()
The result of this continuous test run, i.e.static ContinuousTestResult.AggregatedTestResult
ContinuousTestResult.AggregatedTestResult. valueOf(int value)
Deprecated.static ContinuousTestResult.AggregatedTestResult
ContinuousTestResult.AggregatedTestResult. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ContinuousTestResult.AggregatedTestResult
ContinuousTestResult.AggregatedTestResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContinuousTestResult.AggregatedTestResult[]
ContinuousTestResult.AggregatedTestResult. 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 ContinuousTestResult.AggregatedTestResult Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ContinuousTestResult.AggregatedTestResult>
ContinuousTestResult.AggregatedTestResult. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ContinuousTestResult.AggregatedTestResult Modifier and Type Method Description ContinuousTestResult.Builder
ContinuousTestResult.Builder. setResult(ContinuousTestResult.AggregatedTestResult value)
The result of this continuous test run, i.e.
-