Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.FlowValidationResultName
-
Packages that use FlowValidationResultName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of FlowValidationResultName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return FlowValidationResultName Modifier and Type Method Description FlowValidationResultName
FlowValidationResultName.Builder. build()
static FlowValidationResultName
FlowValidationResultName. of(String project, String location, String agent, String flow)
static FlowValidationResultName
FlowValidationResultName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type FlowValidationResultName Modifier and Type Method Description static List<FlowValidationResultName>
FlowValidationResultName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type FlowValidationResultName Modifier and Type Method Description FlowValidationResult
FlowsClient. getFlowValidationResult(FlowValidationResultName name)
Gets the latest flow validation result.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type FlowValidationResultName Modifier and Type Method Description static List<String>
FlowValidationResultName. toStringList(List<FlowValidationResultName> values)
-