public static interface TriggerAction.ResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisabled()
public abstract boolean getDisabled()Optional. Whether the response is disabled. Disabled responses are not used by the agent.
bool disabled = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The disabled. |
getText()
public abstract String getText()Required. Text for the agent to respond with.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Required. Text for the agent to respond with.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |