net.minidev.ovh.api.telephony.OvhVxml Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
* Vxml services
*/
public class OvhVxml {
/**
* canBeNull && readOnly
*/
public OvhTypeServiceEnum serviceType;
/**
* canBeNull && readOnly
*/
public String[] offers;
/**
* canBeNull && readOnly
*/
public String description;
/**
* canBeNull && readOnly
*/
public String serviceName;
}