// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`PutAgentRecommendationFeedback`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`recommendation_arn(impl Into<String>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::recommendation_arn) / [`set_recommendation_arn(Option<String>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::set_recommendation_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the recommendation to provide feedback for.</p><br>
/// - [`r#type(RecommendationFeedbackType)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::type) / [`set_type(Option<RecommendationFeedbackType>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::set_type):<br>required: **true**<br><p>The type of feedback being provided.</p><br>
/// - [`feedback_category(FeedbackCategory)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::feedback_category) / [`set_feedback_category(Option<FeedbackCategory>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::set_feedback_category):<br>required: **false**<br><p>Optional category classifying the nature of the feedback.</p><br>
/// - [`comments(impl Into<String>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::comments) / [`set_comments(Option<String>)`](crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::set_comments):<br>required: **false**<br><p>Optional comments providing additional context about the feedback.</p><br>
/// - On success, responds with [`PutAgentRecommendationFeedbackOutput`](crate::operation::put_agent_recommendation_feedback::PutAgentRecommendationFeedbackOutput)
/// - On failure, responds with [`SdkError<PutAgentRecommendationFeedbackError>`](crate::operation::put_agent_recommendation_feedback::PutAgentRecommendationFeedbackError)
pub fn put_agent_recommendation_feedback(
&self,
) -> crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder {
crate::operation::put_agent_recommendation_feedback::builders::PutAgentRecommendationFeedbackFluentBuilder::new(self.handle.clone())
}
}