I have a problem how to use in Twilio prosody and interpretAs code combined. As 2 speparate tags this works but encapsulation don't. Do you have any ideas how to do this slow peace and interpret as ?
SsmlSayAs sayContactPhone = new SsmlSayAs.Builder("+4421222222").interpretAs(SsmlSayAs.InterpretAs.TELEPHONE).build();
SsmlProsody sayContactPhoneProsody = new SsmlProsody.Builder("+4421222222").pitch("-10%").rate("85%").volume("-6dB").build();
Any help appreciated