Twilio.Insights.V1.VoiceService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for Voice API operations.

Operations: fetch

Summary

Functions

Operation: FetchCall | Tags: InsightsV1Call

Functions

fetch(client, sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Insights.V1.Voice.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Operation: FetchCall | Tags: InsightsV1Call