Send feedback
Class Suggestion (4.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.1 keyboard_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
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
FAQ_ANSWERS_FIELD_NUMBER
public static final int FAQ_ANSWERS_FIELD_NUMBER
Field Value
LATEST_MESSAGE_FIELD_NUMBER
public static final int LATEST_MESSAGE_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Suggestion getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Suggestion . Builder newBuilder ()
Returns
newBuilder(Suggestion prototype)
public static Suggestion . Builder newBuilder ( Suggestion prototype )
Parameter
Returns
public static Suggestion parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Suggestion parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Suggestion parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Suggestion parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Suggestion parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Suggestion parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Suggestion parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Suggestion parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Suggestion parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Suggestion parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Suggestion parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Suggestion parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Suggestion> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
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
Returns
getArticlesCount()
public int getArticlesCount ()
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
Returns
getArticlesList()
public List<Suggestion . Article > getArticlesList ()
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
Returns
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
Returns
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
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;
Returns
getDefaultInstanceForType()
public Suggestion getDefaultInstanceForType ()
Returns
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
Returns
getFaqAnswersCount()
public int getFaqAnswersCount ()
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
Returns
getFaqAnswersList()
public List<Suggestion . FaqAnswer > getFaqAnswersList ()
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
Returns
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
Returns
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
getParserForType()
public Parser<Suggestion> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Suggestion . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Suggestion . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Suggestion . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-01-27 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-01-27 UTC."],[],[]]