// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetBot`](crate::operation::get_bot::builders::GetBotFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`account_id(impl Into<String>)`](crate::operation::get_bot::builders::GetBotFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::get_bot::builders::GetBotFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Chime account ID.</p><br>
/// - [`bot_id(impl Into<String>)`](crate::operation::get_bot::builders::GetBotFluentBuilder::bot_id) / [`set_bot_id(Option<String>)`](crate::operation::get_bot::builders::GetBotFluentBuilder::set_bot_id):<br>required: **true**<br><p>The bot ID.</p><br>
/// - On success, responds with [`GetBotOutput`](crate::operation::get_bot::GetBotOutput) with field(s):
/// - [`bot(Option<Bot>)`](crate::operation::get_bot::GetBotOutput::bot): <p>The chat bot details.</p>
/// - On failure, responds with [`SdkError<GetBotError>`](crate::operation::get_bot::GetBotError)
pub fn get_bot(&self) -> crate::operation::get_bot::builders::GetBotFluentBuilder {
crate::operation::get_bot::builders::GetBotFluentBuilder::new(self.handle.clone())
}
}