Interface SuggestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Suggestion,Suggestion.Builder
@Deprecated public interface SuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Suggestion.ArticlegetArticles(int index)Deprecated.Output only.intgetArticlesCount()Deprecated.Output only.List<Suggestion.Article>getArticlesList()Deprecated.Output only.Suggestion.ArticleOrBuildergetArticlesOrBuilder(int index)Deprecated.Output only.List<? extends Suggestion.ArticleOrBuilder>getArticlesOrBuilderList()Deprecated.Output only.com.google.protobuf.TimestampgetCreateTime()Deprecated.Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Deprecated.Output only.Suggestion.FaqAnswergetFaqAnswers(int index)Deprecated.Output only.intgetFaqAnswersCount()Deprecated.Output only.List<Suggestion.FaqAnswer>getFaqAnswersList()Deprecated.Output only.Suggestion.FaqAnswerOrBuildergetFaqAnswersOrBuilder(int index)Deprecated.Output only.List<? extends Suggestion.FaqAnswerOrBuilder>getFaqAnswersOrBuilderList()Deprecated.Output only.StringgetLatestMessage()Deprecated.Output only.com.google.protobuf.ByteStringgetLatestMessageBytes()Deprecated.Output only.StringgetName()Deprecated.Output only.com.google.protobuf.ByteStringgetNameBytes()Deprecated.Output only.booleanhasCreateTime()Deprecated.Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Deprecated.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:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Deprecated.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:
- The bytes for name.
-
getArticlesList
List<Suggestion.Article> getArticlesList()
Deprecated.Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
-
getArticles
Suggestion.Article getArticles(int index)
Deprecated.Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
-
getArticlesCount
int getArticlesCount()
Deprecated.Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
-
getArticlesOrBuilderList
List<? extends Suggestion.ArticleOrBuilder> getArticlesOrBuilderList()
Deprecated.Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
-
getArticlesOrBuilder
Suggestion.ArticleOrBuilder getArticlesOrBuilder(int index)
Deprecated.Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;
-
getFaqAnswersList
List<Suggestion.FaqAnswer> getFaqAnswersList()
Deprecated.Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
-
getFaqAnswers
Suggestion.FaqAnswer getFaqAnswers(int index)
Deprecated.Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
-
getFaqAnswersCount
int getFaqAnswersCount()
Deprecated.Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
-
getFaqAnswersOrBuilderList
List<? extends Suggestion.FaqAnswerOrBuilder> getFaqAnswersOrBuilderList()
Deprecated.Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
-
getFaqAnswersOrBuilder
Suggestion.FaqAnswerOrBuilder getFaqAnswersOrBuilder(int index)
Deprecated.Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;
-
hasCreateTime
boolean hasCreateTime()
Deprecated.Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Deprecated.Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Deprecated.Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;
-
getLatestMessage
String getLatestMessage()
Deprecated.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:
- The latestMessage.
-
getLatestMessageBytes
com.google.protobuf.ByteString getLatestMessageBytes()
Deprecated.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:
- The bytes for latestMessage.
-
-