public interface DeployFlowResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployment()
public abstract String getDeployment() The name of the flow version Deployment.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>.
string deployment = 2;
| Type | Description |
| String | The deployment. |
getDeploymentBytes()
public abstract ByteString getDeploymentBytes() The name of the flow version Deployment.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>/deployments/<Deployment ID>.
string deployment = 2;
| Type | Description |
| ByteString | The bytes for deployment. |
getEnvironment()
public abstract Environment getEnvironment()The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
| Type | Description |
| Environment | The environment. |
getEnvironmentOrBuilder()
public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
| Type | Description |
| EnvironmentOrBuilder |
hasEnvironment()
public abstract boolean hasEnvironment()The updated environment where the flow is deployed.
.google.cloud.dialogflow.cx.v3.Environment environment = 1;
| Type | Description |
| boolean | Whether the environment field is set. |