convert text to ssml function

Code Example - convert text to ssml function

                
                        how are you
                    
                
 

ssml

                        
                                <speak>
    <amazon:emotion name="disappointed" intensity="medium">
        I want to tell you a secret. 
        <voice name="Kendra">I am not a real human.</voice>.
        Can you believe it?
    </amazon:emotion>
</speak>
                            
                        
 

Related code examples