Send feedback
  
   
 
  
    
      Class GenerativeSettings.FallbackSettings.PromptTemplate (0.89.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
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  
      
        databyte [] 
     
  
  
  
  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  
      
        objObject  
     
  
  
  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 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]