Table of Contents

Class WaitAction

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

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

NccoAction.ActionType

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; }

Property Value

int