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