Getting Alexa to Speak Phone Number in String

Hi,
Yet another Echo question.
If I pass a string to EchoDot_Speak.sendCommand(‘Phone rang 1234567’)
How do I get Alexa to read it as a phone number (1 2 3 4…) and not as an actual number (one million, two hundred…)
I’m looking for some sort of formatting to pass in I guess?

Thanks,
Richie

I should have been more patient.
Found this, but will have to change the way I build the string now:

<speak>
    the contact number is <say-as interpret-as="telephone"> 9876-543-210 </say-as>
</speak> 

Thanks,
Richie

2 Likes

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.