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
)
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
[required] A unique identifier for the prompt.
The name of the prompt.
A description of the prompt.
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.