Module Values_2.UpdatePromptRequestSource

Updates a prompt.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. promptId : Values_0.PromptId.t;
    (*

    A unique identifier for the prompt.

    *)
  3. name : Values_0.CommonNameLength127.t option;
    (*

    The name of the prompt.

    *)
  4. description : Values_0.PromptDescription.t option;
    (*

    A description of the prompt.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?s3Uri:??? -> instanceId:Values_0.InstanceId.t -> promptId:Values_0.PromptId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t