responseMessages property
The list of rich messages returned to the client.
Responses vary from simple text messages to more sophisticated, structured payloads used to drive complex logic.
Implementation
core.List<GoogleCloudDialogflowCxV3ResponseMessage>? responseMessages;