Twilio.Intelligence.V2.Service.OperatorService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for Operator API operations.

Operations: update, delete

Summary

Functions

delete(client, service_sid, sid, opts \\ [])

@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

update(client, service_sid, sid, params \\ %{}, opts \\ [])

@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