Interface CesAppSpecOrBuilder (4.97.0)

public interface CesAppSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCesApp()

public abstract String getCesApp()

Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app ID>.

string ces_app = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The cesApp.

getCesAppBytes()

public abstract ByteString getCesAppBytes()

Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app ID>.

string ces_app = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for cesApp.

getConfirmationRequirement()

public abstract Tool.ConfirmationRequirement getConfirmationRequirement()

Optional. Indicates whether the app requires human confirmation.

.google.cloud.dialogflow.v2beta1.Tool.ConfirmationRequirement confirmation_requirement = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Tool.ConfirmationRequirement

The confirmationRequirement.

getConfirmationRequirementValue()

public abstract int getConfirmationRequirementValue()

Optional. Indicates whether the app requires human confirmation.

.google.cloud.dialogflow.v2beta1.Tool.ConfirmationRequirement confirmation_requirement = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for confirmationRequirement.