@Deprecated public interface ListSuggestionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Deprecated.
Optional.
|
ByteString |
getNextPageTokenBytes()
Deprecated.
Optional.
|
Suggestion |
getSuggestions(int index)
Deprecated.
Required.
|
int |
getSuggestionsCount()
Deprecated.
Required.
|
List<Suggestion> |
getSuggestionsList()
Deprecated.
Required.
|
SuggestionOrBuilder |
getSuggestionsOrBuilder(int index)
Deprecated.
Required.
|
List<? extends SuggestionOrBuilder> |
getSuggestionsOrBuilderList()
Deprecated.
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Suggestion> getSuggestionsList()
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. `suggestions` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
Suggestion getSuggestions(int index)
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. `suggestions` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
int getSuggestionsCount()
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. `suggestions` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
List<? extends SuggestionOrBuilder> getSuggestionsOrBuilderList()
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. `suggestions` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
SuggestionOrBuilder getSuggestionsOrBuilder(int index)
Required. The list of suggestions. There will be a maximum number of items returned based on the page_size field in the request. `suggestions` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
String getNextPageToken()
Optional. Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Optional. Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.