connect_create_prompt: Creates a prompt

View source: R/connect_operations.R

connect_create_promptR Documentation

Creates a prompt

Description

Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator's Guide.

See https://www.paws-r-sdk.com/docs/connect_create_prompt/ for full documentation.

Usage

connect_create_prompt(InstanceId, Name, Description = NULL, S3Uri, Tags = NULL)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Name

[required] The name of the prompt.

Description

The description of the prompt.

S3Uri

[required] The URI for the S3 bucket where the prompt is stored.

Tags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.