@Deprecated public interface SuggestionOrBuilder extends 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.
|
Timestamp |
getCreateTime()
Deprecated.
Output only.
|
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.
|
ByteString |
getLatestMessageBytes()
Deprecated.
Output only.
|
String |
getName()
Deprecated.
Output only.
|
ByteString |
getNameBytes()
Deprecated.
Output only.
|
boolean |
hasCreateTime()
Deprecated.
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String 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;
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;
Timestamp getCreateTime()
Output only. The time the suggestion was created.
.google.protobuf.Timestamp create_time = 5;
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;
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 © 2022 Google LLC. All rights reserved.