Skip to main contentIBM watsonx Assistant web chat

Response editor

This editor can be used to test complex JSON views, including cards, to be included in the watsonx Assistant JSON Editor. For a reference of available response types, see the response types documentation.

{
"generic": [
{
"response_type": "card",
"body": [
{
"response_type": "text",
"text": "## A title"
},
{
"response_type": "text",
"text": "some more text"
}
]
}
]
}