All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.telephony.OvhOvhPabxMenu Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy