// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListWebExperiences`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::set_application_id):<br>required: **true**<br><p>The identifier of the Amazon Q Business application linked to the listed web experiences.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::set_next_token):<br>required: **false**<br><p>If the <code>maxResults</code> 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 conversations.</p><br>
/// - [`max_results(i32)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of Amazon Q Business Web Experiences to return.</p><br>
/// - On success, responds with [`ListWebExperiencesOutput`](crate::operation::list_web_experiences::ListWebExperiencesOutput) with field(s):
/// - [`web_experiences(Option<Vec::<WebExperience>>)`](crate::operation::list_web_experiences::ListWebExperiencesOutput::web_experiences): <p>An array of summary information for one or more Amazon Q Business experiences.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_web_experiences::ListWebExperiencesOutput::next_token): <p>If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.</p>
/// - On failure, responds with [`SdkError<ListWebExperiencesError>`](crate::operation::list_web_experiences::ListWebExperiencesError)
pub fn list_web_experiences(&self) -> crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder {
crate::operation::list_web_experiences::builders::ListWebExperiencesFluentBuilder::new(self.handle.clone())
}
}