Twilio.Studio.V2.Flow.FlowTestUserService (twilio_elixir v0.1.1)

Copy Markdown View Source

Test users of a flow

Operations: fetch, update

Summary

Functions

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

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Studio.V2.Flow.FlowTestUser.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Fetch flow test users

Operation: FetchTestUser | Tags: StudioV2FlowTestUser

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

@spec update(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Studio.V2.Flow.FlowTestUser.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Update flow test users

Operation: UpdateTestUser | Tags: StudioV2FlowTestUser

Required Parameters

ParameterTypeDescription
TestUsersarrayList of test user identities that can test draft versions of the flow.