Class Suggestion.Article (4.8.6) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.8.6keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Suggestion . Article   extends   GeneratedMessageV3   implements   Suggestion . ArticleOrBuilder  
   Represents suggested article.
 Protobuf type google.cloud.dialogflow.v2beta1.Suggestion.Article
Static Fields
   
  ANSWER_RECORD_FIELD_NUMBER 
  
    
public   static   final   int   ANSWER_RECORD_FIELD_NUMBER  
  Field Value 
  
  METADATA_FIELD_NUMBER 
  
    
public   static   final   int   METADATA_FIELD_NUMBER  
  Field Value 
  
  SNIPPETS_FIELD_NUMBER 
  
    
public   static   final   int   SNIPPETS_FIELD_NUMBER  
  Field Value 
  
  TITLE_FIELD_NUMBER 
  
    
public   static   final   int   TITLE_FIELD_NUMBER  
  Field Value 
  
  URI_FIELD_NUMBER 
  
    
public   static   final   int   URI_FIELD_NUMBER  
  Field Value 
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Suggestion . Article   getDefaultInstance ()  
  Returns 
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  newBuilder() 
  
    
public   static   Suggestion . Article . Builder   newBuilder ()  
  Returns 
  
  newBuilder(Suggestion.Article prototype) 
  
    
public   static   Suggestion . Article . Builder   newBuilder ( Suggestion . Article   prototype )  
  Parameter 
  
  Returns 
  
  parseDelimitedFrom(InputStream input) 
  
    
public   static   Suggestion . Article   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data) 
  
    
public   static   Suggestion . Article   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        data byte [] 
     
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data) 
  
    
public   static   Suggestion . Article   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(CodedInputStream input) 
  
    
public   static   Suggestion . Article   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(InputStream input) 
  
    
public   static   Suggestion . Article   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Suggestion . Article   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Suggestion . Article   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parser() 
  
    
public   static   Parser<Suggestion . Article >  parser ()  
  Returns 
  
  Methods
   
  containsMetadata(String key) 
  
    
public   boolean   containsMetadata ( String   key )  
   Output only. A map that contains metadata about the answer and the
 document from which it originates.
 map<string, string> metadata = 5;
Parameter 
  
  Returns 
  
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  getAnswerRecord() 
  
    
public   String   getAnswerRecord ()  
   Output only. The name of answer record, in the format of
 "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer
 Record ID>"
 string answer_record = 6;
Returns 
  
    
      
        Type Description  
      
        String The answerRecord.
 
     
  
  getAnswerRecordBytes() 
  
    
public   ByteString   getAnswerRecordBytes ()  
   Output only. The name of answer record, in the format of
 "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer
 Record ID>"
 string answer_record = 6;
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for answerRecord.
 
     
  
  getDefaultInstanceForType() 
  
    
public   Suggestion . Article   getDefaultInstanceForType ()  
  Returns 
  
  getMetadata() 
  
    
public   Map<String , String >  getMetadata ()  
  
  Returns 
  
  getMetadataCount() 
  
    
public   int   getMetadataCount ()  
   Output only. A map that contains metadata about the answer and the
 document from which it originates.
 map<string, string> metadata = 5;
Returns 
  
  getMetadataMap() 
  
    
public   Map<String , String >  getMetadataMap ()  
   Output only. A map that contains metadata about the answer and the
 document from which it originates.
 map<string, string> metadata = 5;
Returns 
  
  getMetadataOrDefault(String key, String defaultValue) 
  
    
public   String   getMetadataOrDefault ( String   key ,   String   defaultValue )  
   Output only. A map that contains metadata about the answer and the
 document from which it originates.
 map<string, string> metadata = 5;
Parameters 
  
  Returns 
  
  getMetadataOrThrow(String key) 
  
    
public   String   getMetadataOrThrow ( String   key )  
   Output only. A map that contains metadata about the answer and the
 document from which it originates.
 map<string, string> metadata = 5;
Parameter 
  
  Returns 
  
  getParserForType() 
  
    
public   Parser<Suggestion . Article >  getParserForType ()  
  Returns 
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  Returns 
  
  Overrides 
  
  getSnippets(int index) 
  
    
public   String   getSnippets ( int   index )  
   Output only. Article snippets.
 repeated string snippets = 3;
Parameter 
  
    
      
        Name Description  
      
        index int The index of the element to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        String The snippets at the given index.
 
     
  
  getSnippetsBytes(int index) 
  
    
public   ByteString   getSnippetsBytes ( int   index )  
   Output only. Article snippets.
 repeated string snippets = 3;
Parameter 
  
    
      
        Name Description  
      
        index int The index of the value to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        ByteString The bytes of the snippets at the given index.
 
     
  
  getSnippetsCount() 
  
    
public   int   getSnippetsCount ()  
   Output only. Article snippets.
 repeated string snippets = 3;
Returns 
  
    
      
        Type Description  
      
        int The count of snippets.
 
     
  
  getSnippetsList() 
  
    
public   ProtocolStringList   getSnippetsList ()  
   Output only. Article snippets.
 repeated string snippets = 3;
Returns 
  
  getTitle() 
  
   Output only. The article title.
 string title = 1;
Returns 
  
    
      
        Type Description  
      
        String The title.
 
     
  
  getTitleBytes() 
  
    
public   ByteString   getTitleBytes ()  
   Output only. The article title.
 string title = 1;
Returns 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  getUri() 
  
   Output only. The article URI.
 string uri = 2;
Returns 
  
    
      
        Type Description  
      
        String The uri.
 
     
  
  getUriBytes() 
  
    
public   ByteString   getUriBytes ()  
   Output only. The article URI.
 string uri = 2;
Returns 
  
  hashCode() 
  
  Returns 
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  internalGetMapField(int number) 
  
    
protected   MapField   internalGetMapField ( int   number )  
  Parameter 
  
    
      
        Name Description  
      
        number int  
     
  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Suggestion . Article . Builder   newBuilderForType ()  
  Returns 
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Suggestion . Article . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  toBuilder() 
  
    
public   Suggestion . Article . Builder   toBuilder ()  
  Returns 
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]