module Slack::Web::Api::Endpoints::FunctionsWorkflowsStepsResponses

def functions_workflows_steps_responses_export(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/functions.workflows.steps.responses/functions.workflows.steps.responses.export.json -
    See: https://api.slack.com/methods/functions.workflows.steps.responses.export -

Options Hash: (**options)
  • :workflow_id (string) --
  • :workflow_app_id (string) --
  • :workflow (string) --
  • :step_id (string) --
def functions_workflows_steps_responses_export(options = {})
  raise ArgumentError, 'Required arguments :step_id missing' if options[:step_id].nil?
  post('functions.workflows.steps.responses.export', options)
end