Uses of Class
com.google.cloud.dialogflow.cx.v3.DeploymentName
-
Packages that use DeploymentName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of DeploymentName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DeploymentName Modifier and Type Method Description DeploymentName
DeploymentName.Builder. build()
static DeploymentName
DeploymentName. of(String project, String location, String agent, String environment, String deployment)
static DeploymentName
DeploymentName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type DeploymentName Modifier and Type Method Description static List<DeploymentName>
DeploymentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type DeploymentName Modifier and Type Method Description Deployment
DeploymentsClient. getDeployment(DeploymentName name)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type DeploymentName Modifier and Type Method Description static List<String>
DeploymentName. toStringList(List<DeploymentName> values)
-