Values_0.CreatePromptRequestSourceCreates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator Guide.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)name : CommonNameLength127.t;The name of the prompt.
*)description : PromptDescription.t option;The description of the prompt.
*)s3Uri : S3Uri.t;The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the GetPromptFile API instead of providing S3 URIs.
*)}val make :
?description:??? ->
?tags:??? ->
instanceId:InstanceId.t ->
name:CommonNameLength127.t ->
s3Uri:S3Uri.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of InstanceId.t ])
list ]