public interface ConverseConversationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation()
Updated conversation including the answer.
|
ConversationOrBuilder |
getConversationOrBuilder()
Updated conversation including the answer.
|
String |
getRelatedQuestions(int index)
Suggested related questions.
|
com.google.protobuf.ByteString |
getRelatedQuestionsBytes(int index)
Suggested related questions.
|
int |
getRelatedQuestionsCount()
Suggested related questions.
|
List<String> |
getRelatedQuestionsList()
Suggested related questions.
|
Reply |
getReply()
Answer to the current query.
|
ReplyOrBuilder |
getReplyOrBuilder()
Answer to the current query.
|
SearchResponse.SearchResult |
getSearchResults(int index)
Search Results.
|
int |
getSearchResultsCount()
Search Results.
|
List<SearchResponse.SearchResult> |
getSearchResultsList()
Search Results.
|
SearchResponse.SearchResultOrBuilder |
getSearchResultsOrBuilder(int index)
Search Results.
|
List<? extends SearchResponse.SearchResultOrBuilder> |
getSearchResultsOrBuilderList()
Search Results.
|
boolean |
hasConversation()
Updated conversation including the answer.
|
boolean |
hasReply()
Answer to the current query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReply()
Answer to the current query.
.google.cloud.discoveryengine.v1beta.Reply reply = 1;Reply getReply()
Answer to the current query.
.google.cloud.discoveryengine.v1beta.Reply reply = 1;ReplyOrBuilder getReplyOrBuilder()
Answer to the current query.
.google.cloud.discoveryengine.v1beta.Reply reply = 1;boolean hasConversation()
Updated conversation including the answer.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2;Conversation getConversation()
Updated conversation including the answer.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2;ConversationOrBuilder getConversationOrBuilder()
Updated conversation including the answer.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2;List<String> getRelatedQuestionsList()
Suggested related questions.
repeated string related_questions = 6;int getRelatedQuestionsCount()
Suggested related questions.
repeated string related_questions = 6;String getRelatedQuestions(int index)
Suggested related questions.
repeated string related_questions = 6;index - The index of the element to return.com.google.protobuf.ByteString getRelatedQuestionsBytes(int index)
Suggested related questions.
repeated string related_questions = 6;index - The index of the value to return.List<SearchResponse.SearchResult> getSearchResultsList()
Search Results.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult search_results = 3;
SearchResponse.SearchResult getSearchResults(int index)
Search Results.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult search_results = 3;
int getSearchResultsCount()
Search Results.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult search_results = 3;
List<? extends SearchResponse.SearchResultOrBuilder> getSearchResultsOrBuilderList()
Search Results.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult search_results = 3;
SearchResponse.SearchResultOrBuilder getSearchResultsOrBuilder(int index)
Search Results.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult search_results = 3;
Copyright © 2024 Google LLC. All rights reserved.