Uses of Class
com.google.cloud.dialogflow.cx.v3.AgentValidationResultName
-
Packages that use AgentValidationResultName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of AgentValidationResultName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 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.v3 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.v3 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.v3 with type arguments of type AgentValidationResultName Modifier and Type Method Description static List<String>
AgentValidationResultName. toStringList(List<AgentValidationResultName> values)
-