Values.CreateContentRequestSourceCreates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)name : Name.t;The name of the content. Each piece of content in a knowledge base must have a unique name. You can retrieve a piece of content using only its knowledge base and its name with the SearchContent API.
*)title : ContentTitle.t option;The title of the content. If not set, the title is equal to the name.
*)overrideLinkOutUri : Uri_.t option;The URI you want to use for the article. If the knowledge base has a templateUri, setting this argument overrides it for this piece of content.
*)metadata : ContentMetadata.t option;A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.
*)uploadId : UploadId.t;A pointer to the uploaded asset. This value is returned by StartContentUpload.
*)clientToken : NonEmptyString.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.
*)}val make :
?title:??? ->
?overrideLinkOutUri:??? ->
?metadata:??? ->
?clientToken:??? ->
?tags:??? ->
knowledgeBaseId:UuidOrArn.t ->
name:Name.t ->
uploadId:UploadId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of UuidOrArn.t ])
list ]