Class WaitAction
Represents an NCCO Wait action that pauses the call flow for a specified duration before proceeding to the next action.
public class WaitAction : NccoAction
- Inheritance
-
WaitAction
- Inherited Members
Properties
Action
The type of NCCO action to execute.
public override NccoAction.ActionType Action { get; }
Property Value
Timeout
Controls the duration of the wait period before executing the next action in the NCCO. The range of possible values is between 2 and 60 seconds. The default value is 10.
[JsonProperty("timeout", Order = 1)]
public int Timeout { get; set; }