Service for Operator API operations.
Operations: update, delete
Summary
Functions
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Detach an Operator from a Service.
Operation: DeleteOperatorAttachment | Tags: IntelligenceV2OperatorAttachment
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Attach an Operator to a Service.
Operation: CreateOperatorAttachment | Tags: IntelligenceV2OperatorAttachment