Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DeploymentName
-
Packages that use DeploymentName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of DeploymentName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 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.v3beta1 with parameters of type DeploymentName Modifier and Type Method Description Deployment
DeploymentsClient. getDeployment(DeploymentName name)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type DeploymentName Modifier and Type Method Description static List<String>
DeploymentName. toStringList(List<DeploymentName> values)
-