factory CreateAgentResponse.fromJson(Map<String, dynamic> json) { return CreateAgentResponse( agentArn: json['AgentArn'] as String?, ); }