How to check from which device user is requesting, is it a phone, echo, or any other device and apply condition according to it. If the user is requesting from mobile then serve with cards and if the request is from echo then don’t.
example:
if {devicetype} == ‘mobile’ - serve with cards
if {devicetype} == ‘echo’ - serve with audio
Thanks in advance.