Values.UpdateQuickResponseResponseSourceUpdates an existing Amazon Q in Connect quick response.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `PreconditionFailedException of PreconditionFailedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `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 Arn.t
| `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of GroupingCriteria.t
| `Structure of
(string * [> `String of QuickResponseContent.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ])
list ]