Module Values.GetChatControlsConfigurationRequestSource

Gets information about chat controls configured for an existing Amazon Q Business application.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t;
    (*

    The identifier of the application for which the chat controls are configured.

    *)
  2. maxResults : MaxResultsIntegerForGetTopicConfigurations.t option;
    (*

    The maximum number of configured chat controls to return.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> applicationId:ApplicationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResultsIntegerForGetTopicConfigurations.t | `String of ApplicationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t