messages property
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.
Implementation
core.List<GoogleCloudDialogflowV2Message>? messages;