Uses of Class
com.telapi.api.inboundxml.elements.enums.Voice

Packages that use Voice
com.telapi.api.inboundxml.elements   
com.telapi.api.inboundxml.elements.enums   
 

Uses of Voice in com.telapi.api.inboundxml.elements
 

Methods in com.telapi.api.inboundxml.elements with parameters of type Voice
 GetSpeech GetSpeech.say(String text, Voice voice, Long loop)
           
 Response Response.say(String text, Voice voice, Long loop)
          Adds a Say element to a Response element.
 Gather Gather.say(String text, Voice voice, Long loop)
           
 

Uses of Voice in com.telapi.api.inboundxml.elements.enums
 

Methods in com.telapi.api.inboundxml.elements.enums that return Voice
static Voice Voice.forValue(String s)
           
static Voice Voice.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Voice[] Voice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.