Values.GetChatControlsConfigurationRequestSourceGets information about chat controls configured for an existing Amazon Q Business application.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the application for which the chat controls are configured.
*)maxResults : MaxResultsIntegerForGetTopicConfigurations.t option;The maximum number of configured chat controls to return.
*)nextToken : NextToken.t option;If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business chat controls configured.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsIntegerForGetTopicConfigurations.t
| `String of ApplicationId.t ])
list ]