English
cURL
curl --request POST \ --url https://{base_url}/v1/app/chat/validate \ --header 'Content-Type: application/json' \ --data '{}'
Validates the given chat request and returns whether it is valid or not along with any validation errors or warnings
The chat request to validate
Show child attributes