com.ibm.soa.parlayx21.call_handling
Class VoiceInteraction
java.lang.Object
com.ibm.soa.parlayx21.call_handling.VoiceInteraction
- All Implemented Interfaces:
- java.io.Serializable
public class VoiceInteraction
- extends java.lang.Object
- implements java.io.Serializable
This is the inforamation provided to the system for a call that is to be handled by an interactive voice system.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VoiceInteraction
public VoiceInteraction()
getUnionElement
public InteractionContent getUnionElement()
setUnionElement
public void setUnionElement(InteractionContent unionElement)
getTextInfo
public TextInteraction getTextInfo()
setTextInfo
public void setTextInfo(TextInteraction textInfo)
getVoiceXml
public java.net.URI getVoiceXml()
setVoiceXml
public void setVoiceXml(java.net.URI voiceXml)
getAudio
public java.net.URI getAudio()
setAudio
public void setAudio(java.net.URI audio)
Copyright © 2003 IBM Corp. All Rights Reserved.