Service for OperatorResult API operations.
Operations: list, fetch, delete
Summary
Functions
Delete a OperatorResult.
Fetch a OperatorResult.
List OperatorResult resources.
Stream all resources with lazy auto-pagination.
Functions
@spec delete(Twilio.Client.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Delete a OperatorResult.
Operation: DeleteOperatorResult | Tags: OperatorResults
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Intelligence.V3.OperatorResult.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a OperatorResult.
Operation: FetchOperatorResult | Tags: OperatorResults
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
List OperatorResult resources.
Operation: ListOperatorResults | Tags: OperatorResults
Query Parameters
| Parameter | Type | Description |
|---|---|---|
conversationId | string | Filter Operator Results by attached Conversation id. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
intelligenceConfigurationId | string | Filter Operator Results by Intelligence Configuration id used to generate them. |
operatorId | string | Filter Operator Results by Language Operator id. |
pageSize | integer | The maximum number of resources to return |
pageToken | string | Token for pagination |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream all resources with lazy auto-pagination.