@Deprecated public interface SuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Suggestion.Article |
getArticles(int index)
Deprecated.
Output only.
|
int |
getArticlesCount()
Deprecated.
Output only.
|
List<Suggestion.Article> |
getArticlesList()
Deprecated.
Output only.
|
Suggestion.ArticleOrBuilder |
getArticlesOrBuilder(int index)
Deprecated.
Output only.
|
List<? extends Suggestion.ArticleOrBuilder> |
getArticlesOrBuilderList()
Deprecated.
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Deprecated.
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Deprecated.
Output only.
|
Suggestion.FaqAnswer |
getFaqAnswers(int index)
Deprecated.
Output only.
|
int |
getFaqAnswersCount()
Deprecated.
Output only.
|
List<Suggestion.FaqAnswer> |
getFaqAnswersList()
Deprecated.
Output only.
|
Suggestion.FaqAnswerOrBuilder |
getFaqAnswersOrBuilder(int index)
Deprecated.
Output only.
|
List<? extends Suggestion.FaqAnswerOrBuilder> |
getFaqAnswersOrBuilderList()
Deprecated.
Output only.
|
String |
getLatestMessage()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getLatestMessageBytes()
Deprecated.
Output only.
|
String |
getName()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
Output only.
|
boolean |
hasCreateTime()
Deprecated.
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;List<Suggestion.Article> getArticlesList()
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;Suggestion.Article getArticles(int index)
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;int getArticlesCount()
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;List<? extends Suggestion.ArticleOrBuilder> getArticlesOrBuilderList()
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;Suggestion.ArticleOrBuilder getArticlesOrBuilder(int index)
Output only. Articles ordered by score in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;List<Suggestion.FaqAnswer> getFaqAnswersList()
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;Suggestion.FaqAnswer getFaqAnswers(int index)
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;int getFaqAnswersCount()
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;List<? extends Suggestion.FaqAnswerOrBuilder> getFaqAnswersOrBuilderList()
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;Suggestion.FaqAnswerOrBuilder getFaqAnswersOrBuilder(int index)
Output only. Answers extracted from FAQ documents.
repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;boolean hasCreateTime()
Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;com.google.protobuf.Timestamp getCreateTime()
Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.