Hi Team,
I need help in defining Output contracts and translation mapping for the below JSON response. The first string is the question, and the second string is the answer. I am getting this as output but i need to extract only the second string.
I need help on how to configure the output contracts and how to configure the output response for translation mapping and success template.
messages.message":
[
"What is the capital of USA?",
"New York is the capital of USA."
],