Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator Guide.
See https://www.paws-r-sdk.com/docs/connect_create_prompt/ for full documentation.
connect_create_prompt(InstanceId, Name, Description = NULL, S3Uri, Tags = NULL)
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
[required] The name of the prompt.
The description of the prompt.
[required] The URI for the S3 bucket where the prompt is stored. You can provide S3
pre-signed URLs returned by the
get_prompt_file
API instead of providing S3
URIs.
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.