public static final class GenerativeSettings.FallbackSettings.PromptTemplate extends GeneratedMessageV3 implements GenerativeSettings.FallbackSettings.PromptTemplateOrBuilder
Prompt template.
Protobuf type
google.cloud.dialogflow.cx.v3.GenerativeSettings.FallbackSettings.PromptTemplate
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FROZEN_FIELD_NUMBER
public static final int FROZEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROMPT_TEXT_FIELD_NUMBER
public static final int PROMPT_TEXT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerativeSettings.FallbackSettings.PromptTemplate getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerativeSettings.FallbackSettings.PromptTemplate.Builder newBuilder()
newBuilder(GenerativeSettings.FallbackSettings.PromptTemplate prototype)
public static GenerativeSettings.FallbackSettings.PromptTemplate.Builder newBuilder(GenerativeSettings.FallbackSettings.PromptTemplate prototype)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseDelimitedFrom(InputStream input)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(CodedInputStream input)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(InputStream input)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerativeSettings.FallbackSettings.PromptTemplate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerativeSettings.FallbackSettings.PromptTemplate> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GenerativeSettings.FallbackSettings.PromptTemplate getDefaultInstanceForType()
getDisplayName()
public String getDisplayName()
Prompt name.
string display_name = 1;
Returns |
Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Prompt name.
string display_name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for displayName.
|
getFrozen()
public boolean getFrozen()
If the flag is true, the prompt is frozen and cannot be modified by
users.
bool frozen = 3;
Returns |
Type |
Description |
boolean |
The frozen.
|
getParserForType()
public Parser<GenerativeSettings.FallbackSettings.PromptTemplate> getParserForType()
Overrides
getPromptText()
public 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;
Returns |
Type |
Description |
String |
The promptText.
|
getPromptTextBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for promptText.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerativeSettings.FallbackSettings.PromptTemplate.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerativeSettings.FallbackSettings.PromptTemplate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenerativeSettings.FallbackSettings.PromptTemplate.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides