Values.GetAIPromptRequestSourceGets and Amazon Q in Connect AI Prompt.
type nonrec t = {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.
*)}val make :
assistantId:UuidOrArn.t ->
aiPromptId:UuidOrArnOrEitherWithQualifier.t ->
unit ->
t