Service for Command API operations.
Operations: list, create, fetch
Summary
Functions
Operation: CreateWirelessCommand | Tags: PreviewWirelessCommand
Operation: FetchWirelessCommand | Tags: PreviewWirelessCommand
Operation: ListWirelessCommand | Tags: PreviewWirelessCommand
Stream: (lazy auto-pagination).
Functions
@spec create(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Resources.Preview.Wireless.Command.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreateWirelessCommand | Tags: PreviewWirelessCommand
Required Parameters
| Parameter | Type | Description |
|---|---|---|
Command | string |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
CallbackMethod | string | |
CallbackUrl | string (uri) | |
CommandMode | string | |
Device | string | |
IncludeSid | string | |
Sim | string |
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Preview.Wireless.Command.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchWirelessCommand | Tags: PreviewWirelessCommand
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListWirelessCommand | Tags: PreviewWirelessCommand
Query Parameters
| Parameter | Type | Description |
|---|---|---|
Device | string | |
Sim | string | |
Status | string | |
Direction | string |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).