getAgentRecommendationGeneration
inline suspend fun WellArchitectedClient.getAgentRecommendationGeneration(crossinline block: GetAgentRecommendationGenerationRequest.Builder.() -> Unit): GetAgentRecommendationGenerationResponse
Retrieves information about a recommendation generation process, including its status, progress, and results. Recommendation generation is asynchronous: poll this operation until status reaches a terminal value of COMPLETED (results are ready) or ERROR (see errorDetails). Intermediate values are QUEUED and IN_PROGRESS.