Get Prompt File
| connect_get_prompt_file | R Documentation |
Gets the prompt file¶
Description¶
Gets the prompt file.
Usage¶
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.
PromptId[required] A unique identifier for the prompt.
Value¶
A list with the following syntax:
list(
PromptPresignedUrl = "string",
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastModifiedRegion = "string"
)