public static interface TriggerAction.GenerativeAnswerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrompt()
public abstract String getPrompt()Required. The prompt to use for the generative answer.
string prompt = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The prompt. |
getPromptBytes()
public abstract ByteString getPromptBytes()Required. The prompt to use for the generative answer.
string prompt = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prompt. |