Adam
Adam
Hi Bob, Thank you for responding. Below is my code and the debugger output. Not sure what could be making this so different than the expected output. ['ByteSize', 'Clear', 'ClearExtension',...
@BenRKarl Currently running v11. Below is a sample of the code, type (request), and output/error. ```def main(client, customer_id, recommendation_id): try: recommendation_service = client.get_service("RecommendationService") request = client.get_type("DismissRecommendationRequest") print(type(request)) operation = request.DismissRecommendationOperation()...