Twilio.Studio.V1.Flow.Engagement.Step.ContextService (twilio_elixir v0.1.1)

Copy Markdown View Source

JSON context for individual steps

Operations: fetch

Summary

Functions

Retrieve the context for an Engagement Step.

Functions

fetch(client, flow_sid, engagement_sid, step_sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Studio.V1.Flow.Engagement.Step.Context.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Retrieve the context for an Engagement Step.

Operation: FetchStepContext | Tags: StudioV1StepContext