Values_2.UpdatePromptRequestSourceUpdates a prompt.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)promptId : Values_0.PromptId.t;A unique identifier for the prompt.
*)name : Values_0.CommonNameLength127.t option;The name of the prompt.
*)description : Values_0.PromptDescription.t option;A description of the prompt.
*)s3Uri : Values_0.S3Uri.t option;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 :
?name:??? ->
?description:??? ->
?s3Uri:??? ->
instanceId:Values_0.InstanceId.t ->
promptId:Values_0.PromptId.t ->
unit ->
t