Values.QuickResponseSummarySourceThe summary information about the quick response.
type nonrec t = {channels : Channels.t option;The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
*)contentType : QuickResponseType.t option;The media type of the quick response content. Use application/x.quickresponse;format=plain for quick response written in plain text. Use application/x.quickresponse;format=markdown for quick response written in richtext.
*)createdTime : SyntheticTimestamp_epoch_seconds.t option;The timestamp when the quick response was created.
*)description : QuickResponseDescription.t option;The description of the quick response.
*)isActive : Boolean.t option;Whether the quick response is active.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
*)lastModifiedBy : GenericArn.t option;The Amazon Resource Name (ARN) of the user who last updated the quick response data.
*)lastModifiedTime : SyntheticTimestamp_epoch_seconds.t option;The timestamp when the quick response summary was last modified.
*)name : QuickResponseName.t option;The name of the quick response.
*)quickResponseArn : Arn.t option;The Amazon Resource Name (ARN) of the quick response.
*)quickResponseId : Uuid.t option;The identifier of the quick response.
*)status : QuickResponseStatus.t option;The resource status of the quick response.
*)}val make :
?channels:??? ->
?contentType:??? ->
?createdTime:??? ->
?description:??? ->
?isActive:??? ->
?knowledgeBaseArn:??? ->
?knowledgeBaseId:??? ->
?lastModifiedBy:??? ->
?lastModifiedTime:??? ->
?name:??? ->
?quickResponseArn:??? ->
?quickResponseId:??? ->
?status:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of Channel.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of QuickResponseType.t
| `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ]