// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopBotAnalyzer`](crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`bot_id(impl Into<String>)`](crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder::bot_id) / [`set_bot_id(Option<String>)`](crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder::set_bot_id):<br>required: **true**<br><p>The unique identifier of the bot.</p><br>
/// - [`bot_analyzer_request_id(impl Into<String>)`](crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder::bot_analyzer_request_id) / [`set_bot_analyzer_request_id(Option<String>)`](crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder::set_bot_analyzer_request_id):<br>required: **true**<br><p>The unique identifier of the analysis request to stop.</p><br>
/// - On success, responds with [`StopBotAnalyzerOutput`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput) with field(s):
/// - [`bot_id(Option<String>)`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput::bot_id): <p>The unique identifier of the bot.</p>
/// - [`bot_version(Option<String>)`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput::bot_version): <p>The version of the bot.</p>
/// - [`locale_id(Option<String>)`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput::locale_id): <p>The locale identifier of the bot locale.</p>
/// - [`bot_analyzer_status(Option<BotAnalyzerStatus>)`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput::bot_analyzer_status): <p>The updated status of the analysis. The status will be <code>Stopping</code> and will eventually transition to <code>Stopped</code>.</p> <p>Valid Values: <code>Processing | Available | Failed | Stopping | Stopped</code></p>
/// - [`bot_analyzer_request_id(Option<String>)`](crate::operation::stop_bot_analyzer::StopBotAnalyzerOutput::bot_analyzer_request_id): <p>The unique identifier of the analysis request.</p>
/// - On failure, responds with [`SdkError<StopBotAnalyzerError>`](crate::operation::stop_bot_analyzer::StopBotAnalyzerError)
pub fn stop_bot_analyzer(&self) -> crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder {
crate::operation::stop_bot_analyzer::builders::StopBotAnalyzerFluentBuilder::new(self.handle.clone())
}
}