public interface CesToolSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCesTool()
public abstract String getCesTool() Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>/tools/<tool ID>.
string ces_tool = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The cesTool. |
getCesToolBytes()
public abstract ByteString getCesToolBytes() Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>/tools/<tool ID>.
string ces_tool = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cesTool. |
getConfirmationRequirement()
public abstract Tool.ConfirmationRequirement getConfirmationRequirement()Optional. Indicates whether the tool requires human confirmation.
.google.cloud.dialogflow.v2.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 tool requires human confirmation.
.google.cloud.dialogflow.v2.Tool.ConfirmationRequirement confirmation_requirement = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for confirmationRequirement. |