Class NccoAction
Base class for all Nexmo Call Control Object (NCCO) actions. Each action represents a step in the call flow such as speaking text, playing audio, recording, or connecting to an endpoint.
public abstract class NccoAction
- Inheritance
-
NccoAction
- Derived
- Inherited Members
Properties
Action
The type of NCCO action to execute.
[JsonProperty("action")]
public abstract NccoAction.ActionType Action { get; }