Service for PreBuilt API operations.
Operations: list, fetch
Summary
Functions
Fetch a specific Pre-built Operator.
Retrieves a list of all Pre-built Operators for an account.
Stream: Retrieves a list of all Pre-built Operators for an account. (lazy auto-pagination).
Functions
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Intelligence.V2.Operator.PreBuilt.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a specific Pre-built Operator.
Operation: FetchPrebuiltOperator | Tags: IntelligenceV2PrebuiltOperator
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Retrieves a list of all Pre-built Operators for an account.
Operation: ListPrebuiltOperator | Tags: IntelligenceV2PrebuiltOperator
Query Parameters
| Parameter | Type | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
Availability | string | Returns Pre-built Operators with the provided availability type. Possible values: internal, beta, public, retired. |
LanguageCode | string | Returns Pre-built Operators that support the provided language code. |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: Retrieves a list of all Pre-built Operators for an account. (lazy auto-pagination).