public interface ListMessagesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessages(int index)
public abstract Message getMessages(int index) The list of messages. There will be a maximum number of items
returned based on the page_size field in the request.
messages is sorted by create_time in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
| Name | Description |
| index | int |
| Type | Description |
| Message |
getMessagesCount()
public abstract int getMessagesCount() The list of messages. There will be a maximum number of items
returned based on the page_size field in the request.
messages is sorted by create_time in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
| Type | Description |
| int |
getMessagesList()
public abstract List<Message> getMessagesList() The list of messages. There will be a maximum number of items
returned based on the page_size field in the request.
messages is sorted by create_time in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
| Type | Description |
| List<Message> |
getMessagesOrBuilder(int index)
public abstract MessageOrBuilder getMessagesOrBuilder(int index) The list of messages. There will be a maximum number of items
returned based on the page_size field in the request.
messages is sorted by create_time in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
| Name | Description |
| index | int |
| Type | Description |
| MessageOrBuilder |
getMessagesOrBuilderList()
public abstract List<? extends MessageOrBuilder> getMessagesOrBuilderList() The list of messages. There will be a maximum number of items
returned based on the page_size field in the request.
messages is sorted by create_time in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2.MessageOrBuilder> |
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. |