Quiz 4 Question 16 of 20

A webhook call returns a JSON response with a nested object: {"customer": {"status": "active", "tier": "gold"}}. A developer wants to store the tier value in a context variable named $customer_tier. Which expression correctly retrieves this nested field from the webhook response in watsonx Assistant?

Select an answer to reveal the explanation.

Motivation