Values.UpdateAIPromptRequestSourceUpdates an AI Prompt.
type nonrec t = {clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..
*)assistantId : UuidOrArn.t;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)aiPromptId : UuidOrArnOrEitherWithQualifier.t;The identifier of the Amazon Q in Connect AI Prompt.
*)visibilityStatus : VisibilityStatus.t;The visibility status of the Amazon Q in Connect AI prompt.
*)templateConfiguration : AIPromptTemplateConfiguration.t option;The configuration of the prompt template for this AI Prompt.
*)description : Description.t option;The description of the Amazon Q in Connect AI Prompt.
*)modelId : AIPromptModelIdentifier.t option;The identifier of the model used for this AI Prompt. For information about which models are supported in each Amazon Web Services Region, see Supported models for system/custom prompts.
*)inferenceConfiguration : AIPromptInferenceConfiguration.t option;The updated inference configuration for the AI Prompt.
*)}val make :
?clientToken:??? ->
?templateConfiguration:??? ->
?description:??? ->
?modelId:??? ->
?inferenceConfiguration:??? ->
assistantId:UuidOrArn.t ->
aiPromptId:UuidOrArnOrEitherWithQualifier.t ->
visibilityStatus:VisibilityStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClientToken.t
| `Structure of
(string
* [> `Float of Probability.t
| `Integer of TopK.t
| `Structure of (string * [> `String of TextAIPrompt.t ]) list ])
list ])
list ]