View source: R/connect_operations.R
connect_update_prompt | R Documentation |
Updates a prompt.
See https://www.paws-r-sdk.com/docs/connect_update_prompt/ for full documentation.
connect_update_prompt(
InstanceId,
PromptId,
Name = NULL,
Description = NULL,
S3Uri = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
PromptId |
[required] A unique identifier for the prompt. |
Name |
The name of the prompt. |
Description |
A description of the prompt. |
S3Uri |
The URI for the S3 bucket where the prompt is stored. You can provide S3
pre-signed URLs returned by the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.