Every attempt to add a built-in intent fails and throws the error
"There was a problem with your request: Invalid intent name 'AMAZON.SearchAction<object@WeatherForecast>'"
Is there any way to get around this?
The intent doc looks like this:
{
"intents": [
{
"intent": "AMAZON.SearchAction<object@WeatherForecast>"
}
]
}