public interface ListContextsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContexts(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| Context |
getContextsCount()
public abstract 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;
| Type | Description |
| int |
getContextsList()
public abstract 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;
| Type | Description |
| List<Context> |
getContextsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| ContextOrBuilder |
getContextsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.ContextOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |