Package com.mypurecloud.sdk.v2.model
Class IVR
java.lang.Object
com.mypurecloud.sdk.v2.model.IVR
- All Implemented Interfaces:
Serializable
Defines the phone numbers, operating hours, and the Architect flows to execute for an IVR.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclosedHoursFlow(DomainEntityRef closedHoursFlow) The Architect flow to execute during the hours an organization is closed.description(String description) The resource's description.division(WritableDivision division) The division to which this entity belongs.The phone number(s) to contact the IVR by.booleangetDnis()getId()getName()getState()inthashCode()holidayHoursFlow(DomainEntityRef holidayHoursFlow) The Architect flow to execute during an organization's holiday hours.The name of the entity.openHoursFlow(DomainEntityRef openHoursFlow) The Architect flow to execute during the hours an organization is open.scheduleGroup(DomainEntityRef scheduleGroup) The schedule group defining the open and closed hours for an organization.voidsetClosedHoursFlow(DomainEntityRef closedHoursFlow) voidsetDescription(String description) voidsetDivision(WritableDivision division) voidvoidsetHolidayHoursFlow(DomainEntityRef holidayHoursFlow) voidvoidsetOpenHoursFlow(DomainEntityRef openHoursFlow) voidsetScheduleGroup(DomainEntityRef scheduleGroup) voidsetVersion(Integer version) toString()The current version of the resource.
-
Constructor Details
-
IVR
public IVR() -
IVR
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
dnis
The phone number(s) to contact the IVR by. Each phone number must be unique and not in use by another resource. For example, a user and an iVR cannot have the same phone number. -
getDnis
-
setDnis
-
openHoursFlow
The Architect flow to execute during the hours an organization is open. -
getOpenHoursFlow
-
setOpenHoursFlow
-
closedHoursFlow
The Architect flow to execute during the hours an organization is closed. -
getClosedHoursFlow
-
setClosedHoursFlow
-
holidayHoursFlow
The Architect flow to execute during an organization's holiday hours. -
getHolidayHoursFlow
-
setHolidayHoursFlow
-
scheduleGroup
The schedule group defining the open and closed hours for an organization. If this is provided, an open flow and a closed flow must be specified as well. -
getScheduleGroup
-
setScheduleGroup
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-