RingCentral .Net SDK
Properties | List of all members
RingCentral.CompanyAnsweringRuleUpdate Class Reference

Properties

bool? enabled [get, set]
 Specifies if a rule is active or inactive. The default value is true Default: true More...
 
string name [get, set]
 Name of an answering rule specified by user. Max number of symbols is 30. The default value is 'My Rule N' where 'N' is the first free number More...
 
CompanyAnsweringRuleCallersInfoRequest[] callers [get, set]
 Answering rule will be applied when calls are received from the specified caller(s) More...
 
CompanyAnsweringRuleCalledNumberInfo[] calledNumbers [get, set]
 Answering rule will be applied when calling the specified number(s) More...
 
CompanyAnsweringRuleScheduleInfoRequest schedule [get, set]
 
string callHandlingAction [get, set]
 Specifies how incoming calls are forwarded. The default value is 'Operator' 'Operator' - play company greeting and forward to operator extension 'Disconnect' - play company greeting and disconnect 'Bypass' - bypass greeting to go to selected extension = ['Operator', 'Disconnect','Bypass'] Enum: Operator, Disconnect, Bypass More...
 
string type [get, set]
 Type of an answering rule Default: Custom Enum: BusinessHours, AfterHours, Custom More...
 
CompanyAnsweringRuleCallersInfoRequest extension [get, set]
 
GreetingInfo[] greetings [get, set]
 Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List More...
 

Property Documentation

◆ calledNumbers

CompanyAnsweringRuleCalledNumberInfo [] RingCentral.CompanyAnsweringRuleUpdate.calledNumbers
getset

Answering rule will be applied when calling the specified number(s)

◆ callers

CompanyAnsweringRuleCallersInfoRequest [] RingCentral.CompanyAnsweringRuleUpdate.callers
getset

Answering rule will be applied when calls are received from the specified caller(s)

◆ callHandlingAction

string RingCentral.CompanyAnsweringRuleUpdate.callHandlingAction
getset

Specifies how incoming calls are forwarded. The default value is 'Operator' 'Operator' - play company greeting and forward to operator extension 'Disconnect' - play company greeting and disconnect 'Bypass' - bypass greeting to go to selected extension = ['Operator', 'Disconnect','Bypass'] Enum: Operator, Disconnect, Bypass

◆ enabled

bool? RingCentral.CompanyAnsweringRuleUpdate.enabled
getset

Specifies if a rule is active or inactive. The default value is true Default: true

◆ extension

CompanyAnsweringRuleCallersInfoRequest RingCentral.CompanyAnsweringRuleUpdate.extension
getset

◆ greetings

GreetingInfo [] RingCentral.CompanyAnsweringRuleUpdate.greetings
getset

Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List

◆ name

string RingCentral.CompanyAnsweringRuleUpdate.name
getset

Name of an answering rule specified by user. Max number of symbols is 30. The default value is 'My Rule N' where 'N' is the first free number

◆ schedule

CompanyAnsweringRuleScheduleInfoRequest RingCentral.CompanyAnsweringRuleUpdate.schedule
getset

◆ type

string RingCentral.CompanyAnsweringRuleUpdate.type
getset

Type of an answering rule Default: Custom Enum: BusinessHours, AfterHours, Custom


The documentation for this class was generated from the following file: