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

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

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.telephony;

/**
 * Calls agent
 */
public class OvhOvhPabxHuntingAgent {
	/**
	 * The number of the agent
	 *
	 * canBeNull && readOnly
	 */
	public String number;

	/**
	 * The id of the current break status of the agent
	 *
	 * canBeNull && readOnly
	 */
	public Long breakStatus;

	/**
	 * canBeNull && readOnly
	 */
	public Long agentId;

	/**
	 * The wrap up time (in seconds) after the calls
	 *
	 * canBeNull && readOnly
	 */
	public Long wrapUpTime;

	/**
	 * The maximum of simultaneous calls that the agent will receive from the hunting
	 *
	 * canBeNull && readOnly
	 */
	public Long simultaneousLines;

	/**
	 * The waiting timeout (in seconds) before hangup an assigned called
	 *
	 * canBeNull && readOnly
	 */
	public Long timeout;

	/**
	 * The current status of the agent
	 *
	 * canBeNull && readOnly
	 */
	public OvhOvhPabxHuntingAgentStatusEnum status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy