public interface CesAppSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getProactiveEnabled()
public abstract boolean getProactiveEnabled() Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in proactive mode.
At least one of proactive_enabled or reactive_enabled should be
true; otherwise, the ces app will be ignored.
optional bool proactive_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The proactiveEnabled. |
getReactiveEnabled()
public abstract boolean getReactiveEnabled() Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in reactive mode.
At least one of proactive_enabled or reactive_enabled should be
true; otherwise, the ces app will be ignored.
optional bool reactive_enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The reactiveEnabled. |
hasProactiveEnabled()
public abstract boolean hasProactiveEnabled() Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in proactive mode.
At least one of proactive_enabled or reactive_enabled should be
true; otherwise, the ces app will be ignored.
optional bool proactive_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the proactiveEnabled field is set. |
hasReactiveEnabled()
public abstract boolean hasReactiveEnabled() Optional. Only applicable for CompanionAgent.
Indicates whether the ces app is enabled in reactive mode.
At least one of proactive_enabled or reactive_enabled should be
true; otherwise, the ces app will be ignored.
optional bool reactive_enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reactiveEnabled field is set. |