net.minidev.ovh.api.telephony.OvhOvhPabxMenu Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
 * IVR Menu
 */
public class OvhOvhPabxMenu {
	/**
	 * The text to speech sound played when the caller uses an invalid DTMF
	 *
	 * canBeNull && readOnly
	 */
	public Long invalidSoundTts;
	/**
	 * The name of the menu
	 *
	 * canBeNull && readOnly
	 */
	public String name;
	/**
	 * canBeNull && readOnly
	 */
	public Long menuId;
	/**
	 * The id of the OvhPabxSound played when the caller uses an invalid DTMF
	 *
	 * canBeNull && readOnly
	 */
	public Long invalidSound;
	/**
	 * The id of the OvhPabxSound played to greet
	 *
	 * canBeNull && readOnly
	 */
	public Long greetSound;
	/**
	 * The text to speech sound played to greet
	 *
	 * canBeNull && readOnly
	 */
	public Long greetSoundTts;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy