public static interface GenerativeSettings.FallbackSettings.PromptTemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Prompt name.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Prompt name.
|
boolean |
getFrozen()
If the flag is true, the prompt is frozen and cannot be modified by
users.
|
String |
getPromptText()
Prompt text that is sent to a LLM on no-match default, placeholders are
filled downstream.
|
com.google.protobuf.ByteString |
getPromptTextBytes()
Prompt text that is sent to a LLM on no-match default, placeholders are
filled downstream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Prompt name.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Prompt name.
string display_name = 1;String getPromptText()
Prompt text that is sent to a LLM on no-match default, placeholders are filled downstream. For example: "Here is a conversation $conversation, a response is: "
string prompt_text = 2;com.google.protobuf.ByteString getPromptTextBytes()
Prompt text that is sent to a LLM on no-match default, placeholders are filled downstream. For example: "Here is a conversation $conversation, a response is: "
string prompt_text = 2;boolean getFrozen()
If the flag is true, the prompt is frozen and cannot be modified by users.
bool frozen = 3;Copyright © 2025 Google LLC. All rights reserved.