Class SearchRequest.ConversationalSearchSpec (2.55.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.55.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  SearchRequest . ConversationalSearchSpec   extends   GeneratedMessageV3   implements   SearchRequest . ConversationalSearchSpecOrBuilder  
   
   This field specifies all conversational related parameters addition to
 traditional retail search.
 Protobuf type google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec
 
  
  
  
    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
   
  CONVERSATION_ID_FIELD_NUMBER 
  
    
public   static   final   int   CONVERSATION_ID_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  FOLLOWUP_CONVERSATION_REQUESTED_FIELD_NUMBER 
  
    
public   static   final   int   FOLLOWUP_CONVERSATION_REQUESTED_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  USER_ANSWER_FIELD_NUMBER 
  
    
public   static   final   int   USER_ANSWER_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   SearchRequest . ConversationalSearchSpec   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   SearchRequest . ConversationalSearchSpec . Builder   newBuilder ()  
   
  
   
  newBuilder(SearchRequest.ConversationalSearchSpec prototype) 
  
    
public   static   SearchRequest . ConversationalSearchSpec . Builder   newBuilder ( SearchRequest . ConversationalSearchSpec   prototype )  
   
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SearchRequest . ConversationalSearchSpec   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<SearchRequest . ConversationalSearchSpec >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getConversationId() 
  
    
public   String   getConversationId ()  
   
   This field specifies the conversation id, which maintains the state of
 the conversation between client side and server side. Use the value from
 the previous [ConversationalSearchResult.conversation_id][]. For the
 initial request, this should be empty.
 string conversation_id = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The conversationId.
 
       
     
  
   
  getConversationIdBytes() 
  
    
public   ByteString   getConversationIdBytes ()  
   
   This field specifies the conversation id, which maintains the state of
 the conversation between client side and server side. Use the value from
 the previous [ConversationalSearchResult.conversation_id][]. For the
 initial request, this should be empty.
 string conversation_id = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for conversationId.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   SearchRequest . ConversationalSearchSpec   getDefaultInstanceForType ()  
   
  
   
  getFollowupConversationRequested() 
  
    
public   boolean   getFollowupConversationRequested ()  
   
   This field specifies whether the customer would like to do conversational
 search. If this field is set to true, conversational related extra
 information will be returned from server side, including follow-up
 question, answer options, etc.
 bool followup_conversation_requested = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        The followupConversationRequested.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<SearchRequest . ConversationalSearchSpec >  getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  getUserAnswer() 
  
    
public   SearchRequest . ConversationalSearchSpec . UserAnswer   getUserAnswer ()  
   
   This field specifies the current user answer during the conversational
 search. This can be either user selected from suggested answers or user
 input plain text.
 
 .google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec.UserAnswer user_answer = 3;
 
 
  
   
  getUserAnswerOrBuilder() 
  
    
public   SearchRequest . ConversationalSearchSpec . UserAnswerOrBuilder   getUserAnswerOrBuilder ()  
   
   This field specifies the current user answer during the conversational
 search. This can be either user selected from suggested answers or user
 input plain text.
 
 .google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec.UserAnswer user_answer = 3;
 
 
  
   
  hasUserAnswer() 
  
    
public   boolean   hasUserAnswer ()  
   
   This field specifies the current user answer during the conversational
 search. This can be either user selected from suggested answers or user
 input plain text.
 
 .google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec.UserAnswer user_answer = 3;
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the userAnswer field is set.
 
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   SearchRequest . ConversationalSearchSpec . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   SearchRequest . ConversationalSearchSpec . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   SearchRequest . ConversationalSearchSpec . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]