// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBot`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`network_id(impl Into<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network from which the bot will be deleted.</p><br>
/// - [`bot_id(impl Into<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::bot_id) / [`set_bot_id(Option<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::set_bot_id):<br>required: **true**<br><p>The unique identifier of the bot to be deleted.</p><br>
/// - On success, responds with [`DeleteBotOutput`](crate::operation::delete_bot::DeleteBotOutput) with field(s):
/// - [`message(Option<String>)`](crate::operation::delete_bot::DeleteBotOutput::message): <p>A message indicating the result of the bot deletion operation.</p>
/// - On failure, responds with [`SdkError<DeleteBotError>`](crate::operation::delete_bot::DeleteBotError)
pub fn delete_bot(&self) -> crate::operation::delete_bot::builders::DeleteBotFluentBuilder {
crate::operation::delete_bot::builders::DeleteBotFluentBuilder::new(self.handle.clone())
}
}