Values.CreateQuickResponseRequestSourceCreates an Amazon Q in Connect quick response.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)name : QuickResponseName.t;The name of the quick response.
*)content : QuickResponseDataProvider.t;The content of the quick response.
*)contentType : QuickResponseType.t option;The media type of the quick response content. Use application/x.quickresponse;format=plain for a quick response written in plain text. Use application/x.quickresponse;format=markdown for a quick response written in richtext.
*)groupingConfiguration : GroupingConfiguration.t option;The configuration information of the user groups that the quick response is accessible to.
*)description : QuickResponseDescription.t option;The description of the quick response.
*)shortcutKey : ShortCutKey.t option;The shortcut key of the quick response. The value should be unique across the knowledge base.
*)isActive : Boolean.t option;Whether the quick response is active.
*)channels : Channels.t option;The Amazon Connect channels this quick response applies to.
*)language : LanguageCode.t option;The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
*)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 :
?contentType:??? ->
?groupingConfiguration:??? ->
?description:??? ->
?shortcutKey:??? ->
?isActive:??? ->
?channels:??? ->
?language:??? ->
?clientToken:??? ->
?tags:??? ->
knowledgeBaseId:UuidOrArn.t ->
name:QuickResponseName.t ->
content:QuickResponseDataProvider.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of Channel.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of UuidOrArn.t
| `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of QuickResponseContent.t ])
list ])
list ]