Twilio.Flex.V1.Interaction.Channel.InteractionTransferService
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Service for InteractionTransfer API operations.
Operations: create, fetch, update
Summary
Functions
@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Create a new Transfer.
Operation: CreateInteractionTransfer | Tags: FlexV1InteractionTransfer
@spec fetch(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a specific Transfer by SID.
Operation: FetchInteractionTransfer | Tags: FlexV1InteractionTransfer
@spec update(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Update an existing Transfer.
Operation: UpdateInteractionTransfer | Tags: FlexV1InteractionTransfer