public interface ListContextsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Context |
getContexts(int index)
The list of contexts.
|
int |
getContextsCount()
The list of contexts.
|
List<Context> |
getContextsList()
The list of contexts.
|
ContextOrBuilder |
getContextsOrBuilder(int index)
The list of contexts.
|
List<? extends ContextOrBuilder> |
getContextsOrBuilderList()
The list of contexts.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Context> getContextsList()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;
Context getContexts(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;
int getContextsCount()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;
List<? extends ContextOrBuilder> getContextsOrBuilderList()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;
ContextOrBuilder getContextsOrBuilder(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;
String getNextPageToken()
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()
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.