// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteConversation`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`conversation_id(impl Into<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::conversation_id) / [`set_conversation_id(Option<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::set_conversation_id):<br>required: **true**<br><p>The identifier of the Amazon Q Business web experience conversation being deleted.</p><br>
/// - [`application_id(impl Into<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::set_application_id):<br>required: **true**<br><p>The identifier of the Amazon Q Business application associated with the conversation.</p><br>
/// - [`user_id(impl Into<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::user_id) / [`set_user_id(Option<String>)`](crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::set_user_id):<br>required: **false**<br><p>The identifier of the user who is deleting the conversation.</p><br>
/// - On success, responds with [`DeleteConversationOutput`](crate::operation::delete_conversation::DeleteConversationOutput)
/// - On failure, responds with [`SdkError<DeleteConversationError>`](crate::operation::delete_conversation::DeleteConversationError)
pub fn delete_conversation(&self) -> crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder {
crate::operation::delete_conversation::builders::DeleteConversationFluentBuilder::new(self.handle.clone())
}
}