Class Suggestion (4.22.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.22.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  Suggestion   extends   GeneratedMessageV3   implements   SuggestionOrBuilder  
   Represents a suggestion for a human agent.
 Protobuf type google.cloud.dialogflow.v2beta1.Suggestion
Static Fields
   
  ARTICLES_FIELD_NUMBER 
  
    
public   static   final   int   ARTICLES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  CREATE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   CREATE_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  FAQ_ANSWERS_FIELD_NUMBER 
  
    
public   static   final   int   FAQ_ANSWERS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  LATEST_MESSAGE_FIELD_NUMBER 
  
    
public   static   final   int   LATEST_MESSAGE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Suggestion   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   Suggestion . Builder   newBuilder ()  
  
  newBuilder(Suggestion prototype) 
  
    
public   static   Suggestion . Builder   newBuilder ( Suggestion   prototype )  
  
  
  
    
public   static   Suggestion   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Suggestion   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   Suggestion   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   Suggestion   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Suggestion   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Suggestion   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Suggestion   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Suggestion   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Suggestion   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<Suggestion>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getArticles(int index) 
  
    
public   Suggestion . Article   getArticles ( int   index )  
   Output only. Articles ordered by score in descending order.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getArticlesCount() 
  
    
public   int   getArticlesCount ()  
   Output only. Articles ordered by score in descending order.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getArticlesList() 
  
    
public   List<Suggestion . Article >  getArticlesList ()  
   Output only. Articles ordered by score in descending order.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
getArticlesOrBuilder(int index) 
  
    
public   Suggestion . ArticleOrBuilder   getArticlesOrBuilder ( int   index )  
   Output only. Articles ordered by score in descending order.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getArticlesOrBuilderList() 
  
    
public   List <?   extends   Suggestion . ArticleOrBuilder >  getArticlesOrBuilderList ()  
   Output only. Articles ordered by score in descending order.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.dialogflow.v2beta1.Suggestion.ArticleOrBuilder > 
     
  
  getCreateTime() 
  
    
public   Timestamp   getCreateTime ()  
   Output only. The time the suggestion was created.
 .google.protobuf.Timestamp create_time = 5;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The createTime.
 
     
  
  getCreateTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getCreateTimeOrBuilder ()  
   Output only. The time the suggestion was created.
 .google.protobuf.Timestamp create_time = 5;
getDefaultInstanceForType() 
  
    
public   Suggestion   getDefaultInstanceForType ()  
  
  getFaqAnswers(int index) 
  
    
public   Suggestion . FaqAnswer   getFaqAnswers ( int   index )  
   Output only. Answers extracted from FAQ documents.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getFaqAnswersCount() 
  
    
public   int   getFaqAnswersCount ()  
   Output only. Answers extracted from FAQ documents.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getFaqAnswersList() 
  
    
public   List<Suggestion . FaqAnswer >  getFaqAnswersList ()  
   Output only. Answers extracted from FAQ documents.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
getFaqAnswersOrBuilder(int index) 
  
    
public   Suggestion . FaqAnswerOrBuilder   getFaqAnswersOrBuilder ( int   index )  
   Output only. Answers extracted from FAQ documents.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getFaqAnswersOrBuilderList() 
  
    
public   List <?   extends   Suggestion . FaqAnswerOrBuilder >  getFaqAnswersOrBuilderList ()  
   Output only. Answers extracted from FAQ documents.
 repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswerOrBuilder > 
     
  
  getLatestMessage() 
  
    
public   String   getLatestMessage ()  
   Output only. Latest message used as context to compile this suggestion.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversations/<Conversation ID>/messages/<Message ID>.
 string latest_message = 7;
    
      
        Returns  
      
        Type Description  
      
        String The latestMessage.
 
     
  
  getLatestMessageBytes() 
  
    
public   ByteString   getLatestMessageBytes ()  
   Output only. Latest message used as context to compile this suggestion.
 Format: projects/<Project ID>/locations/<Location
 ID>/conversations/<Conversation ID>/messages/<Message ID>.
 string latest_message = 7;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for latestMessage.
 
     
  
  getName() 
  
   Output only. The name of this suggestion.
 Format:
 projects/<Project ID>/locations/<Location ID>/conversations/<Conversation
 ID>/participants/*/suggestions/<Suggestion ID>.
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   Output only. The name of this suggestion.
 Format:
 projects/<Project ID>/locations/<Location ID>/conversations/<Conversation
 ID>/participants/*/suggestions/<Suggestion ID>.
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<Suggestion>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  Overrides 
  
  hasCreateTime() 
  
    
public   boolean   hasCreateTime ()  
   Output only. The time the suggestion was created.
 .google.protobuf.Timestamp create_time = 5;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the createTime field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Suggestion . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Suggestion . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   Suggestion . 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-29 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-29 UTC."],[],[]]