Skip to content

Create Upload Url

lexmodelsv2_create_upload_url R Documentation

Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale

Description

Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale.

Usage

lexmodelsv2_create_upload_url()

Value

A list with the following syntax:

list(
  importId = "string",
  uploadUrl = "string"
)

Request syntax

svc$create_upload_url()