Uses of Interface
com.google.cloud.dialogflow.cx.v3.DeploymentOrBuilder
-
Packages that use DeploymentOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of DeploymentOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement DeploymentOrBuilder Modifier and Type Class Description class
Deployment
Represents a deployment in an environment.static class
Deployment.Builder
Represents a deployment in an environment.Methods in com.google.cloud.dialogflow.cx.v3 that return DeploymentOrBuilder Modifier and Type Method Description DeploymentOrBuilder
ListDeploymentsResponse.Builder. getDeploymentsOrBuilder(int index)
The list of deployments.DeploymentOrBuilder
ListDeploymentsResponse. getDeploymentsOrBuilder(int index)
The list of deployments.DeploymentOrBuilder
ListDeploymentsResponseOrBuilder. getDeploymentsOrBuilder(int index)
The list of deployments.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type DeploymentOrBuilder Modifier and Type Method Description List<? extends DeploymentOrBuilder>
ListDeploymentsResponse.Builder. getDeploymentsOrBuilderList()
The list of deployments.List<? extends DeploymentOrBuilder>
ListDeploymentsResponse. getDeploymentsOrBuilderList()
The list of deployments.List<? extends DeploymentOrBuilder>
ListDeploymentsResponseOrBuilder. getDeploymentsOrBuilderList()
The list of deployments.
-